Skip to content

Instantly share code, notes, and snippets.

@biot023
Created February 4, 2011 18:04
Show Gist options
  • Save biot023/811466 to your computer and use it in GitHub Desktop.
Save biot023/811466 to your computer and use it in GitHub Desktop.
require_relative "../spec_helper"
describe "Highscoregasm" do
describe "/my_test_page" do
get "/my_test_page"
last_response.status.should == 200
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment