Rakefile in jive_add_ons-0.0.1 vs Rakefile in jive_add_ons-0.0.2

- old
+ new

@@ -1,9 +1,9 @@ begin - require 'bundler/setup' + require 'bundler/setup' rescue LoadError - puts 'You must `gem install bundler` and `bundle install` to run rake tasks' + puts 'You must `gem install bundler` and `bundle install` to run rake tasks' end require 'rdoc/task' RDoc::Task.new(:rdoc) do |rdoc| @@ -12,11 +12,11 @@ rdoc.options << '--line-numbers' rdoc.rdoc_files.include('README.rdoc') rdoc.rdoc_files.include('lib/**/*.rb') end -APP_RAKEFILE = File.expand_path("../test/dummy/Rakefile", __FILE__) +APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__) load 'rails/tasks/engine.rake' load 'rails/tasks/statistics.rake' Bundler::GemHelper.install_tasks @@ -29,6 +29,6 @@ desc "Run all specs in spec directory (excluding plugin specs)" RSpec::Core::RakeTask.new(:spec => 'app:db:test:prepare') -task :default => :spec \ No newline at end of file +task :default => :spec