tasks/active_annotations.rake in active_annotations-0.2.2 vs tasks/active_annotations.rake in active_annotations-0.3.0

- old
+ new

@@ -3,11 +3,9 @@ require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) do |t| t.pattern = 'spec/**/*_spec.rb' end -EngineCart.fingerprint_proc = EngineCart.rails_fingerprint_proc - desc "Run test suite" task :ci => ['engine_cart:generate'] do Rake::Task['spec'].invoke end