mirror of
https://github.com/TracksApp/tracks.git
synced 2026-04-02 18:37:18 +02: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
|