Skip to content

Commit e84f7c8

Browse files
committed
Remove outdated assertions
1 parent a9ee483 commit e84f7c8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spec/middleware_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,10 @@ def app
142142

143143
describe "/tidewave" do
144144
it "serves home page" do
145-
config.team = { id: "dashbit" }
146145
get "/tidewave"
147146
expect(last_response.status).to eq(200)
148147
expect(last_response.headers["Content-Type"]).to eq("text/html")
149148
expect(last_response.body).to include("https://tidewave.ai/tc/tc.js")
150-
expect(last_response.body).to include("team":{"id":"dashbit"}")
151149
end
152150
end
153151

0 commit comments

Comments
 (0)