We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65827d8 + 725e2ad commit 5164bbdCopy full SHA for 5164bbd
1 file changed
spec/sinatra_basic_forms_lab_spec.rb
@@ -15,7 +15,7 @@
15
16
describe 'GET /NEW' do
17
it 'sends a 200 status code' do
18
- get '/'
+ get '/new'
19
expect(last_response.status).to eq(200)
20
end
21
0 commit comments