Created
February 23, 2020 11:51
-
-
Save prashanth-sams/c22c80a1544b33df587f2643d3714043 to your computer and use it in GitHub Desktop.
Dummy spec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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