Skip to content

Commit d7151d0

Browse files
committed
Removed update_common_tests as a dependency of the test rake task
For quite while we've made the test rake task update the common test suite every time it's run, to stop the test suite from becoming out-of-date. However, the downside to this is that many pull requests end up failing due to new tests in the common test suite, rather than changes in the pull request itself. I think it'd be best to manually update the common test suite in future. It should make the test suite more reliable.
1 parent 594d7ac commit d7151d0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Rakefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,4 @@ Rake::TestTask.new do |t|
2727
t.test_files = FileList.new('test/*_test.rb')
2828
end
2929

30-
task :test => :update_common_tests
31-
3230
task :default => :test

0 commit comments

Comments
 (0)