On Mar 23, 2011, at 8:03 AM, Michael Guterl wrote:

> Is it possible to retrieve the example that is currently running?

describe "an example" do
  it "knows itself as example" do
    example.description.should eq("knows itself as example")
  end
end


_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to