Skip to content

Instantly share code, notes, and snippets.

@bryanbibat
Created April 20, 2013 11:51
Show Gist options
  • Save bryanbibat/5425748 to your computer and use it in GitHub Desktop.
Save bryanbibat/5425748 to your computer and use it in GitHub Desktop.
Ruby 1.9.3 vs Tweaked specs_helper.rb + Ruby 2.0
19:43:29 - INFO - Guard uses Libnotify to send notifications.
19:43:29 - INFO - Guard uses TerminalTitle to send notifications.
19:43:30 - INFO - Bundle already up-to-date
19:43:30 - INFO - Starting Spork for RSpec
Using RSpec
Preloading Rails environment
Loading Spork.prefork block...
Spork is ready and listening on 8989!
19:43:44 - INFO - Spork server for RSpec successfully started
19:43:44 - INFO - Guard::RSpec is running, with RSpec 2!
19:43:44 - INFO - Running all specs
Running tests with args ["--drb", "--format", "progress", "--color", "-r", "/home/bry/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/guard-rspec-1.2.1/lib/guard/rspec/formatters/notification_rspec.rb", "-f", "Guard::RSpec::Formatter::NotificationRSpec", "--out", "/dev/null", "--failure-exit-code", "2", "spec"]...
/home/bry/devcon/app/models/user.rb:35: warning: already initialized constant ROLES
.................................................................................................................................................................................................................................................
Finished in 20.22 seconds
241 examples, 0 failures
Done.
19:44:07 - INFO - Guard is now watching at '/home/bry/devcon'
19:47:13 - INFO - Guard uses Libnotify to send notifications.
19:47:13 - INFO - Guard uses TerminalTitle to send notifications.
19:47:14 - INFO - Bundle already up-to-date
19:47:14 - INFO - Starting Spork for RSpec
Using RSpec
Preloading Rails environment
Loading Spork.prefork block...
Spork is ready and listening on 8989!
19:47:18 - INFO - Spork server for RSpec successfully started
19:47:18 - INFO - Guard::RSpec is running
19:47:18 - INFO - Running all specs
Running tests with args ["--drb", "--format", "progress", "--color", "-r", "/home/bry/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/guard-rspec-2.5.3/lib/guard/rspec/formatter.rb", "-f", "Guard::RSpec::Formatter", "--failure-exit-code", "2", "spec"]...
.................................................................................................................................................................................................................................................
Finished in 10.95 seconds
241 examples, 0 failures
Done.
19:47:30 - INFO - Guard is now watching at '/home/bry/devcon'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment