mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-21 01:30:12 +01:00
11 lines
145 B
Ruby
11 lines
145 B
Ruby
|
|
describe "This example" do
|
||
|
|
|
||
|
|
it "should be listed as failing in teardown" do
|
||
|
|
end
|
||
|
|
|
||
|
|
after(:each) do
|
||
|
|
NonExistentClass.new
|
||
|
|
end
|
||
|
|
|
||
|
|
end
|