Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 17th, 2012  |  syntax: None  |  size: 0.82 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. autotest, growl, and Ruby on Rails 3 Tutorial
  2. /Users/user/.rvm/rubies/ruby-1.9.2-p290/bin/ruby -rrubygems -S /Users/user/.rvm/gems/ruby-1.9.2-p290@rails3tutorial2/gems/rspec-core-2.6.4/bin/rspec --tty '/Users/user/rails_projects/sample_app/spec/controllers/pages_controller_spec.rb'
  3.  
  4. Finished in 0.07129 seconds
  5.  
  6. 2 examples, 0 failures
  7.  
  8. 2011-12-06 16:22:58.293 growlnotify-1.1.5[60480:903] could not find local GrowlApplicationBridgePathway, falling back to NSDNC
  9.        
  10. 2011-12-06 16:22:58.293 growlnotify-1.1.5[60480:903] could not find local GrowlApplicationBridgePathway, falling back to NSDNC
  11.        
  12. source 'http://rubygems.org'
  13.  
  14. gem 'rails', '3.0.9'
  15.  
  16. gem 'sqlite3-ruby', '1.3.2', :require => 'sqlite3'
  17.  
  18. group :development do
  19.     gem 'rspec-rails', '2.6.1'
  20. end
  21.  
  22. group :test do
  23.     gem 'rspec', '2.6.0'
  24.     gem 'webrat', '0.7.1'
  25. end