lib/infrataster/fixtures/Rakefile.erb in infrataster-0.2.0 vs lib/infrataster/fixtures/Rakefile.erb in infrataster-0.2.1

- old
+ new

@@ -12,10 +12,10 @@ desc 'Run tests' task :spec => ['spec:integration'] namespace :spec do - RSpec::Core::RakeTask.new("infrataster") do |task| + RSpec::Core::RakeTask.new("integration") do |task| task.pattern = "./spec/{,/*/**}/*_spec.rb" end desc 'Prepare' task :prepare do