mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-21 09:40:13 +01:00
10 lines
143 B
Ruby
10 lines
143 B
Ruby
describe "This example" do
|
|
|
|
before(:each) do
|
|
NonExistentClass.new
|
|
end
|
|
|
|
it "should be listed as failing in setup" do
|
|
end
|
|
|
|
end
|