Skip to content

Instantly share code, notes, and snippets.

@al3rez
Created September 14, 2017 19:07
Show Gist options
  • Save al3rez/f2027a986906aa45ef9f5dfbd35423cd to your computer and use it in GitHub Desktop.
Save al3rez/f2027a986906aa45ef9f5dfbd35423cd to your computer and use it in GitHub Desktop.
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