Skip to content

Instantly share code, notes, and snippets.

@tkbeili
Created March 13, 2013 01:24
Show Gist options
  • Select an option

  • Save tkbeili/5148651 to your computer and use it in GitHub Desktop.

Select an option

Save tkbeili/5148651 to your computer and use it in GitHub Desktop.
require 'spec_helper'
describe "Questions" do
describe "GET /questions" do
it "Should respond with success to /quetsions" do
get questions_path
response.status.should be(200)
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment