Skip to content

Instantly share code, notes, and snippets.

@stephenprater
Created March 18, 2013 19:38
Show Gist options
  • Save stephenprater/5190175 to your computer and use it in GitHub Desktop.
Save stephenprater/5190175 to your computer and use it in GitHub Desktop.
what the what?
[47] pry(#<Class>)> RSpec::Core::Example.new(self,"whatever",{}, Proc.new { raise "hello" } )
=> #<RSpec::Core::Example:0x007f9282327c08
@example_block=nil,
@example_group_class=nil,
@exception=nil,
@metadata=nil,
@options=nil,
@pending_declared_in_example=nil>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment