Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: version assertion broken #1

Open
jperville opened this issue Nov 6, 2011 · 0 comments
Open

tests: version assertion broken #1

jperville opened this issue Nov 6, 2011 · 0 comments

Comments

@jperville
Copy link

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:

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant