Skip to content

Instantly share code, notes, and snippets.

@anteaya
Created April 19, 2009 20:40
Show Gist options
  • Save anteaya/98217 to your computer and use it in GitHub Desktop.
Save anteaya/98217 to your computer and use it in GitHub Desktop.
anita@anita-laptop:~/development/ruby/ruby_in_practice$ spec SPEC_OPTS="--colour" first_rspec.rb
/home/anita/.gem/ruby/1.8/gems/rspec-1.2.4/lib/spec/runner/options.rb:247:in `files_to_load': File or directory not found: SPEC_OPTS=--colour (RuntimeError)
from /home/anita/.gem/ruby/1.8/gems/rspec-1.2.4/lib/spec/runner/options.rb:239:in `each'
from /home/anita/.gem/ruby/1.8/gems/rspec-1.2.4/lib/spec/runner/options.rb:239:in `files_to_load'
from /home/anita/.gem/ruby/1.8/gems/rspec-1.2.4/lib/spec/runner/options.rb:99:in `run_examples'
from /home/anita/.gem/ruby/1.8/gems/rspec-1.2.4/lib/spec/runner/command_line.rb:9:in `run'
from /home/anita/.gem/ruby/1.8/gems/rspec-1.2.4/bin/spec:4
from /usr/bin/spec:19:in `load'
from /usr/bin/spec:19
anita@anita-laptop:~/development/ruby/ruby_in_practice$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment