Skip to content

Instantly share code, notes, and snippets.

@bryanbibat
Created April 20, 2013 11:51

Revisions

  1. bryanbibat created this gist Apr 20, 2013.
    24 changes: 24 additions & 0 deletions 1.9.3.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,24 @@
    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'
    23 changes: 23 additions & 0 deletions 2.0.0.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,23 @@
    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'