Skip to content

Instantly share code, notes, and snippets.

@prashanth-sams
Created February 23, 2020 11:51
Show Gist options
  • Save prashanth-sams/c22c80a1544b33df587f2643d3714043 to your computer and use it in GitHub Desktop.
Save prashanth-sams/c22c80a1544b33df587f2643d3714043 to your computer and use it in GitHub Desktop.
Dummy spec
describe 'status validation', :focus do
it "boolean validator", :get do
expect(200).to eq(200)
end
it "boolean validator x2", :get do
expect(200).to eq(201)
end
it "boolean validator x3", :get do
expect(200).to eq(200)
end
it "boolean validator x4", :get do
expect(200).to eq(202)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment