Skip to content

Commit

Permalink
Include dummy app task to Rakefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Mendo committed Sep 10, 2015
1 parent 03dfc6f commit d506497
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ RDoc::Task.new(:rdoc) do |rdoc|
rdoc.rdoc_files.include('lib/**/*.rb')
end

Bundler::GemHelper.install_tasks


APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__)
load 'rails/tasks/engine.rake'

Bundler::GemHelper.install_tasks

task :default => [:"app:spec"]

0 comments on commit d506497

Please sign in to comment.