Skip to content

Instantly share code, notes, and snippets.

@Znow
Created March 27, 2012 12:38
Show Gist options
  • Save Znow/2215506 to your computer and use it in GitHub Desktop.
Save Znow/2215506 to your computer and use it in GitHub Desktop.
Daniel:exact znowm4n$ rake -t
** Invoke default (first_time)
** Invoke spec (first_time)
** Invoke db:test:prepare (first_time)
** Invoke db:abort_if_pending_migrations (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute db:abort_if_pending_migrations
** Execute db:test:prepare
** Invoke db:test:load (first_time)
** Invoke db:test:purge (first_time)
** Invoke environment
** Execute db:test:purge
** Execute db:test:load
** Invoke db:test:load_schema (first_time)
** Invoke db:test:purge
** Execute db:test:load_schema
** Invoke db:schema:load (first_time)
** Invoke environment
** Execute db:schema:load
** Execute spec
/Users/znowm4n/.rvm/rubies/ruby-1.9.3-p0/bin/ruby -S rspec ./spec/models/client_spec.rb ./spec/models/department_contact_spec.rb ./spec/models/department_spec.rb ./spec/models/user_spec.rb
/Users/znowm4n/Projects/exact/spec/models/client_spec.rb:1:in `require': cannot load such file -- spec_helper (LoadError)
from /Users/znowm4n/Projects/exact/spec/models/client_spec.rb:1:in `<top (required)>'
from /Users/znowm4n/.rvm/gems/ruby-1.9.3-p0/gems/rspec-core-2.9.0/lib/rspec/core/configuration.rb:746:in `load'
from /Users/znowm4n/.rvm/gems/ruby-1.9.3-p0/gems/rspec-core-2.9.0/lib/rspec/core/configuration.rb:746:in `block in load_spec_files'
from /Users/znowm4n/.rvm/gems/ruby-1.9.3-p0/gems/rspec-core-2.9.0/lib/rspec/core/configuration.rb:746:in `map'
from /Users/znowm4n/.rvm/gems/ruby-1.9.3-p0/gems/rspec-core-2.9.0/lib/rspec/core/configuration.rb:746:in `load_spec_files'
from /Users/znowm4n/.rvm/gems/ruby-1.9.3-p0/gems/rspec-core-2.9.0/lib/rspec/core/command_line.rb:22:in `run'
from /Users/znowm4n/.rvm/gems/ruby-1.9.3-p0/gems/rspec-core-2.9.0/lib/rspec/core/runner.rb:69:in `run'
from /Users/znowm4n/.rvm/gems/ruby-1.9.3-p0/gems/rspec-core-2.9.0/lib/rspec/core/runner.rb:10:in `block in autorun'
rake aborted!
/Users/znowm4n/.rvm/rubies/ruby-1.9.3-p0/bin/ruby -S rspec ./spec/models/client_spec.rb ./spec/models/department_contact_spec.rb ./spec/models/department_spec.rb ./spec/models/user_spec.rb failed
/Users/znowm4n/.rvm/gems/ruby-1.9.3-p0/gems/rspec-core-2.9.0/lib/rspec/core/rake_task.rb:137:in `block (2 levels) in initialize'
/Users/znowm4n/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/file_utils_ext.rb:60:in `verbose'
/Users/znowm4n/.rvm/gems/ruby-1.9.3-p0/gems/rspec-core-2.9.0/lib/rspec/core/rake_task.rb:127:in `block in initialize'
/Users/znowm4n/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/task.rb:205:in `call'
/Users/znowm4n/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/task.rb:205:in `block in execute'
/Users/znowm4n/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `each'
/Users/znowm4n/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `execute'
/Users/znowm4n/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/task.rb:158:in `block in invoke_with_call_chain'
/Users/znowm4n/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/monitor.rb:211:in `mon_synchronize'
/Users/znowm4n/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/task.rb:151:in `invoke_with_call_chain'
/Users/znowm4n/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/task.rb:176:in `block in invoke_prerequisites'
/Users/znowm4n/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/task.rb:174:in `each'
/Users/znowm4n/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/task.rb:174:in `invoke_prerequisites'
/Users/znowm4n/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/task.rb:157:in `block in invoke_with_call_chain'
/Users/znowm4n/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/monitor.rb:211:in `mon_synchronize'
/Users/znowm4n/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/task.rb:151:in `invoke_with_call_chain'
/Users/znowm4n/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/task.rb:144:in `invoke'
/Users/znowm4n/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/application.rb:116:in `invoke_task'
/Users/znowm4n/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `block (2 levels) in top_level'
/Users/znowm4n/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `each'
/Users/znowm4n/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/application.rb:94:in `block in top_level'
/Users/znowm4n/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
/Users/znowm4n/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/application.rb:88:in `top_level'
/Users/znowm4n/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/application.rb:66:in `block in run'
/Users/znowm4n/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
/Users/znowm4n/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/lib/rake/application.rb:63:in `run'
/Users/znowm4n/.rvm/gems/ruby-1.9.3-p0/gems/rake-0.9.2.2/bin/rake:33:in `<top (required)>'
/Users/znowm4n/.rvm/gems/ruby-1.9.3-p0/bin/rake:19:in `load'
/Users/znowm4n/.rvm/gems/ruby-1.9.3-p0/bin/rake:19:in `<main>'
Tasks: TOP => default => spec
Daniel:exact znowm4n$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment