Rakefile in spring-1.1.3 vs Rakefile in spring-1.2.0

- old
+ new

@@ -8,10 +8,10 @@ t.verbose = true end Rake::TestTask.new(:acceptance) do |t| t.libs << "test" - t.test_files = FileList["test/acceptance/*_test.rb"] + t.test_files = FileList["test/acceptance_test.rb"] t.verbose = true end desc 'run all tests' task all: [:unit, :acceptance]