Created
September 14, 2017 19:07
-
-
Save al3rez/f2027a986906aa45ef9f5dfbd35423cd to your computer and use it in GitHub Desktop.
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 "Sign in" do | |
context "anonymous user" do | |
it "returns data in the specified format" do | |
sign_in_as_anonymous | |
expect(response).to match_response_schema("users/anonymous_detail") | |
end | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment