Skip to content

Instantly share code, notes, and snippets.

@chugh97
Created February 3, 2014 20:12
Show Gist options
  • Save chugh97/8791447 to your computer and use it in GitHub Desktop.
Save chugh97/8791447 to your computer and use it in GitHub Desktop.
format = mock("format")
format.should_receive(:json).and_return("this text")
controller.should_receive(:respond_to).and_yield(format)
get 'path/to/file', :format => 'json'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment