Rakefile in has_accounts-0.8.2 vs Rakefile in has_accounts-0.8.3
- old
+ new
@@ -5,10 +5,10 @@
rescue LoadError
puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end
require 'rake'
-require 'rake/rdoctask'
+require 'rdoc/task'
require 'rspec/core'
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)