mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-21 17:50:13 +01:00
11 lines
143 B
Ruby
11 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
|