Skip to content

Commit

Permalink
Merge pull request #332 from stevenharman/use_correct_path_to_rake_tasks
Browse files Browse the repository at this point in the history
Use direct path to rake file
  • Loading branch information
oestrich authored Feb 28, 2017
2 parents 351020a + d18a203 commit bcc806d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rspec_api_documentation/railtie.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module RspecApiDocumentation
class Railtie < Rails::Railtie
rake_tasks do
load "tasks/docs.rake"
load File.join(File.dirname(__FILE__), '../tasks/docs.rake')
end
end
end

0 comments on commit bcc806d

Please sign in to comment.