You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"resque-progress" tests do not run anymore because one of the tests asserts that the gem's version is exactly "1.0.0" when it is actually now "1.0.1". Here is my test output:
julien@dev:/var/lib/gems/1.9.1/gems/resque-progress-1.0.1/test$ ruby1.9.1 -rubygems -rtest/unit progress_test.rb
Loaded suite progress_test
Started
.....F.
Finished in 0.197400 seconds.
1) Failure:
test_progress_version(ProgressTest) [progress_test.rb:54]:
<"1.0.0"> expected but was
<"1.0.1">.
7 tests, 31 assertions, 1 failures, 0 errors, 0 skips
Test run options: --seed 60473
The text was updated successfully, but these errors were encountered:
Hi idris,
"resque-progress" tests do not run anymore because one of the tests asserts that the gem's version is exactly "1.0.0" when it is actually now "1.0.1". Here is my test output:
The text was updated successfully, but these errors were encountered: