Tests don't run on Ruby 1.9.2
Reported by Brian Michalski | March 17th, 2011 @ 01:16 AM
Running rake produces the following dump -
/home/bamnet/.rvm/gems/ruby-1.9.2-p180/gems/test_benchmark-0.4.7/lib/test_benchmark.rb:2:in `require': no such file to load -- test/unit/testresult (LoadError)
from /home/bamnet/.rvm/gems/ruby-1.9.2-p180/gems/test_benchmark-0.4.7/lib/test_benchmark.rb:2:in `<top (required)>'
from /home/bamnet/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.10/lib/bundler/runtime.rb:68:in `require'
from /home/bamnet/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.10/lib/bundler/runtime.rb:68:in `block (2 levels) in require'
from /home/bamnet/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.10/lib/bundler/runtime.rb:66:in `each'
from /home/bamnet/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.10/lib/bundler/runtime.rb:66:in `block in require'
from /home/bamnet/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.10/lib/bundler/runtime.rb:55:in `each'
from /home/bamnet/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.10/lib/bundler/runtime.rb:55:in `require'
from /home/bamnet/.rvm/gems/ruby-1.9.2-p180/gems/bundler-1.0.10/lib/bundler.rb:120:in `require'
from /home/bamnet/concerto/config/application.rb:7:in `<top (required)>'
from /home/bamnet/concerto/config/environment.rb:2:in `require'
from /home/bamnet/concerto/config/environment.rb:2:in `<top (required)>'
from /home/bamnet/concerto/test/test_helper.rb:2:in `require'
from /home/bamnet/concerto/test/test_helper.rb:2:in `<top (required)>'
from test/integration/routes_test.rb:1:in `require'
from test/integration/routes_test.rb:1:in `<top (required)>'
from /home/bamnet/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5:in `load'
from /home/bamnet/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5:in `block in <main>'
from /home/bamnet/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5:in `each'
from /home/bamnet/.rvm/gems/ruby-1.9.2-p180/gems/rake-0.8.7/lib/rake/rake_test_loader.rb:5:in `<main>'
Errors running test:units, test:integration!
Comments and changes to this ticket
-
Brian Michalski March 17th, 2011 @ 01:25 AM
- State changed from new to open
(from [2bfe146e5109594d543a3beb2d8a5ee5b367bf69]) Including test-unit in the Gemfile. Should work well for 1.9.2 folks, CI will confirm. [#133 state:open] https://github.com/wtg/concerto/commit/2bfe146e5109594d543a3beb2d8a...
-
Brian Michalski March 17th, 2011 @ 01:30 AM
- State changed from open to resolved
CI confirmed, tests passing MRE 1.9.2 and 1.8.7.
-
Brian Michalski July 14th, 2012 @ 03:59 PM
(from [3bb6132bba48aacd7de1f52b5525aadd8e459868]) display a feed's owner to users. closes #133 https://github.com/concerto/concerto/commit/3bb6132bba48aacd7de1f52...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Concerto is an open source digital signage system that makes it easy to engage a large community of people with graphical and text-based announcements, bulletins, and other messages... but enough about us, you came here to get involved.
<br />
If you think you've <b>found a bug in Concerto</b>, please click 'Create new ticket' and let us know about it.
<br />
Looking to peek at our source code? Head to <a href="https://github.com/concerto/concerto_v1">https://github.com/concerto/concerto_v1</a> (Concerto version 1) or <a href="https://github.com/concerto/concerto">https://github.com/concerto/concerto</a> (Concerto version 2).
<br />
Our getting started guide is available here: <a href="https://github.com/concerto/concerto/wiki/Getting-Involved">https://github.com/concerto/concerto/wiki/Getting-Involved</a>.
People watching this ticket
Referenced by
- 133 Tests don't run on Ruby 1.9.2 (from [2bfe146e5109594d543a3beb2d8a5ee5b367bf69]) Includi...