Skip to content

Instantly share code, notes, and snippets.

@lulalala
Created May 27, 2016 01:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lulalala/0b023eae4470149ec236b80ab16f9fd6 to your computer and use it in GitHub Desktop.
Save lulalala/0b023eae4470149ec236b80ab16f9fd6 to your computer and use it in GitHub Desktop.
# controller
@open_id = params[:open].to_i
# spec
expect(assigns(:open_id)).to eq(@params[:open].to_i)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment