#425: RSpec not working ------------------------------------+--------------------------------------- Reporter: jens.nock...@… | Owner: lsansone...@… Type: defect | Status: new Priority: major | Milestone: Component: MacRuby | Keywords: ------------------------------------+---------------------------------------
Comment(by hongli...@…): I confirm that RSpec is still broken, though I'm not sure whether it's for the same reasons the original reporter reported. This is what I get when trying to run the test suite for daemon_controller: {{{ [hon...@minato daemon_controller (master)]$ macspec -f s -c spec/daemon_controller_spec.rb core:in `const_missing:': uninitialized constant Formatter (NameError) from core:in `<main>' from core:in `eval:' from core:in `map' from options.rb:in `load_formatters:' from options.rb:in `formatters' from reporter.rb:111:in `formatters' from reporter.rb:in `start:' from example_group_runner.rb:in `prepare' from example_group_runner.rb:in `run' from options.rb:in `run_examples' from command_line.rb:in `run' }}} There's actually also another issue here: the backtrace doesn't always contain the line number and the filename is not absolute. While with some work I can figure out where options.rb is, I don't know which line in options.rb the exception was thrown. -- Ticket URL: <http://www.macruby.org/trac/ticket/425#comment:7> MacRuby <http://macruby.org/> _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel