6 lines
100 B
Ruby
6 lines
100 B
Ruby
describe "Dummy" do
|
|
# dummy test
|
|
it "should be true" do
|
|
expect(true).to be_truthy
|
|
end
|
|
end
|