added rspec step in tests stage, adjusted should clause

This commit is contained in:
2023-10-11 11:04:08 -07:00
parent c45cf6ab51
commit 0dec27a01c
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ end
describe "Submit API request to create new link" do
include Rack::Test::Methods
it "should return a link to the url provided" do
it "should return link data in json format" do
post '/create'
last_response.should be_ok
end