Commit 375e679c authored by Terence Lee's avatar Terence Lee

decrease container spin to once per test

parent 42aa1095
......@@ -49,6 +49,7 @@ RSpec.describe "Simple" do
let(:name) { "clean_urls" }
it "should drop the .html extension from URLs" do
app.run do
response = app.get("/foo")
expect(response.code).to eq("200")
expect(response.body.chomp).to eq("foobar")
......@@ -60,6 +61,7 @@ RSpec.describe "Simple" do
expect(response.body.chomp).to eq("bar")
end
end
end
describe "routes" do
let(:name) { "routes" }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment