Skip to content

Instantly share code, notes, and snippets.

@tomtt
Created March 27, 2009 17:18
Show Gist options
  • Save tomtt/86788 to your computer and use it in GitHub Desktop.
Save tomtt/86788 to your computer and use it in GitHub Desktop.
>: rake spec
(in /Users/tomtt/created/projects/cucumber-skin/cucumber-skin)
/opt/local/lib/ruby/gems/1.8/gems/dchelimsky-rspec-1.1.99.13/lib/spec/runner/options.rb:86: warning: instance variable @files_loaded not initialized
/opt/local/lib/ruby/gems/1.8/gems/treetop-1.2.4/lib/treetop/ruby_extensions/string.rb:31: warning: method redefined; discarding old indent
/opt/local/lib/ruby/gems/1.8/gems/treetop-1.2.4/lib/treetop/compiler/node_classes/character_class.rb:13: warning: useless use of a literal in void context
/opt/local/lib/ruby/gems/1.8/gems/treetop-1.2.4/lib/treetop/compiler.rb:5: warning: global variable `$exclude_metagrammar' not initialized
/opt/local/lib/ruby/gems/1.8/gems/treetop-1.2.4/lib/treetop/compiler/metagrammar.rb:90: warning: method redefined; discarding old space
/opt/local/lib/ruby/gems/1.8/gems/treetop-1.2.4/lib/treetop/compiler/metagrammar.rb:240: warning: method redefined; discarding old space
/opt/local/lib/ruby/gems/1.8/gems/treetop-1.2.4/lib/treetop/compiler/metagrammar.rb:589: warning: method redefined; discarding old space
/opt/local/lib/ruby/gems/1.8/gems/treetop-1.2.4/lib/treetop/compiler/metagrammar.rb:597: warning: method redefined; discarding old space
/opt/local/lib/ruby/gems/1.8/gems/cucumber-0.2.2/lib/cucumber/step_mother.rb:203: warning: method redefined; discarding old options
./lib/cucumber-skin/cli/configuration.rb:6: warning: method redefined; discarding old parse!
/Users/tomtt/created/projects/cucumber-skin/cucumber-skin/lib/cucumber-skin/formatter/html_files.rb:9: warning: method redefined; discarding old initialize
/Users/tomtt/created/projects/cucumber-skin/cucumber-skin/lib/cucumber-skin/formatter/html_files.rb:14: warning: method redefined; discarding old visit_features
/Users/tomtt/created/projects/cucumber-skin/cucumber-skin/lib/cucumber-skin/gatherer/results_gatherer.rb:6: warning: method redefined; discarding old initialize
/Users/tomtt/created/projects/cucumber-skin/cucumber-skin/lib/cucumber-skin/gatherer/results_gatherer.rb:11: warning: method redefined; discarding old visit_features
/opt/local/lib/ruby/gems/1.8/gems/cucumber-0.2.2/lib/cucumber/cli/configuration.rb:153: warning: instance variable @quiet not initialized
/opt/local/lib/ruby/gems/1.8/gems/cucumber-0.2.2/lib/cucumber/cli/configuration.rb:154: warning: instance variable @quiet not initialized
./opt/local/lib/ruby/gems/1.8/gems/cucumber-0.2.2/lib/cucumber/cli/configuration.rb:153: warning: instance variable @quiet not initialized
/opt/local/lib/ruby/gems/1.8/gems/cucumber-0.2.2/lib/cucumber/cli/configuration.rb:154: warning: instance variable @quiet not initialized
........................./opt/local/lib/ruby/gems/1.8/gems/dchelimsky-rspec-1.1.99.13/lib/spec/mocks/proxy.rb:151: warning: instance variable @already_proxied_respond_to not initialized
/opt/local/lib/ruby/gems/1.8/gems/dchelimsky-rspec-1.1.99.13/lib/spec/mocks/argument_expectation.rb:43: warning: instance variable @match_any_args not initialized
/opt/local/lib/ruby/gems/1.8/gems/dchelimsky-rspec-1.1.99.13/lib/spec/mocks/proxy.rb:199: warning: discarding old tag
......../opt/local/lib/ruby/gems/1.8/gems/dchelimsky-rspec-1.1.99.13/lib/spec/matchers/have.rb:20: warning: instance variable @plural_collection_name not initialized
.
Finished in 0.040933 seconds
35 examples, 0 failures
>: autospec
(Not running features. To run features in autotest, set AUTOFEATURE=true.)
loading autotest/rspec
/opt/local/bin/ruby /opt/local/lib/ruby/gems/1.8/gems/rspec-1.1.12/bin/spec spec/cucumber-skin/gatherer/results_gatherer_spec.rb spec/cucumber-skin/gatherer/feature_spec.rb spec/cucumber-skin/gatherer/tag_spec.rb spec/cucumber-skin/cli/configuration_spec.rb spec/cucumber-skin/gatherer/tag_set_spec.rb spec/cucumber-skin/formatter/html_files_spec.rb spec/cucumber-skin/gatherer/step_spec.rb spec/cucumber-skin/gatherer/scenario_spec.rb spec/cucumber-skin_spec.rb -O spec/spec.opts
/opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- cucumber-skin/cli/configuration (LoadError)
from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from /Users/tomtt/created/projects/cucumber-skin/cucumber-skin/lib/cucumber-skin/cli/main.rb:3
from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from /opt/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from /Users/tomtt/created/projects/cucumber-skin/cucumber-skin/lib/cucumber-skin.rb:42:in `require_all_libs_relative_to'
from /Users/tomtt/created/projects/cucumber-skin/cucumber-skin/lib/cucumber-skin.rb:42:in `each'
from /Users/tomtt/created/projects/cucumber-skin/cucumber-skin/lib/cucumber-skin.rb:42:in `require_all_libs_relative_to'
from /Users/tomtt/created/projects/cucumber-skin/cucumber-skin/lib/cucumber-skin.rb:47
... 9 levels...
from /opt/local/lib/ruby/gems/1.8/gems/rspec-1.1.12/lib/spec/runner/example_group_runner.rb:14:in `load_files'
from /opt/local/lib/ruby/gems/1.8/gems/rspec-1.1.12/lib/spec/runner/options.rb:94:in `run_examples'
from /opt/local/lib/ruby/gems/1.8/gems/rspec-1.1.12/lib/spec/runner/command_line.rb:9:in `run'
from /opt/local/lib/ruby/gems/1.8/gems/rspec-1.1.12/bin/spec:4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment