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

test failed with ruby1.9 #6

Closed
pravi opened this issue Oct 30, 2012 · 0 comments
Closed

test failed with ruby1.9 #6

pravi opened this issue Oct 30, 2012 · 0 comments

Comments

@pravi
Copy link

pravi commented Oct 30, 2012

Running tests for ruby1.9.1 using debian/ruby-tests.rb...
...............
test: output of failed run
line: assert_equal(expected, out)
file: /media/forge/debian/diaspora/ruby-cutest-1.2.0/test/run.rb +18

Cutest::AssertionFailed: "\n test: failed assertion\n line: assert false\n file: test/fixtures/failure.rb +2\n\nCutest::AssertionFailed: expression returned false\n\n" != "\n test: failed assertion\n line: assert false\n file: /media/forge/debian/diaspora/ruby-cutest-1.2.0/test/fixtures/failure.rb +2\n\nCutest::AssertionFailed: expression returned false\n\n"

and content of debian/ruby-tests.rb is

ENV['PATH'] = 'debian/ruby-cutest/usr/bin:' + ENV['PATH']

require "cutest"
Cutest.run(Dir["test/*.rb"])

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

2 participants