Is it possible to retrieve the example that is currently running?
On Mar 23, 2011, at 8:03 AM, Michael G. 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