Skip to content

Instantly share code, notes, and snippets.

@tooky
Created June 28, 2013 09:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tooky/5883483 to your computer and use it in GitHub Desktop.
Save tooky/5883483 to your computer and use it in GitHub Desktop.
% VIEW_OTHER_WARNINGS=true rake ~cucumber/cucumber-ruby-core (master)
/opt/rubies/ruby-1.9.3-p392/bin/ruby -w -r./capture_warnings -S rspec ./spec/cucumber/core/ast/background_spec.rb ./spec/cucumber/core/ast/doc_string_spec.rb ./spec/cucumber/core/ast/examples_table_spec.rb ./spec/cucumber/core/ast/outline_step_spec.rb ./spec/cucumber/core/ast/step_spec.rb ./spec/cucumber/core/ast/table_spec.rb ./spec/cucumber/core/compiler_spec.rb ./spec/cucumber/core/gherkin/parser_spec.rb ./spec/cucumber/core/gherkin/writer_spec.rb ./spec/cucumber/core/test/case_spec.rb ./spec/cucumber/core/test/result_spec.rb ./spec/cucumber/core/test/step_spec.rb ./spec/cucumber/core/test/suite_runner_spec.rb ./spec/cucumber/core_spec.rb ./spec/cucumber/initializer_spec.rb --color
......................................................................................................................
------------------------------ other warnings: ------------------------------
/Users/steve/.gem/ruby/1.9.3/gems/rspec-mocks-2.13.1/lib/rspec/mocks/message_expectation.rb:148: warning: `*' interpreted as argument prefix
/Users/steve/.gem/ruby/1.9.3/gems/gherkin-2.12.0/lib/gherkin/tag_expression.rb:23: warning: assigned but unused variable - vars
/Users/steve/.gem/ruby/1.9.3/gems/gherkin-2.12.0/lib/gherkin/listener/formatter_listener.rb:137: warning: instance variable @current_builder not initialized
/Users/steve/.gem/ruby/1.9.3/gems/gherkin-2.12.0/lib/gherkin/listener/formatter_listener.rb:123: warning: instance variable @examples_id not initialized
/Users/steve/.gem/ruby/1.9.3/gems/gherkin-2.12.0/lib/gherkin/listener/formatter_listener.rb:137: wa
---------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment