Skip to content

Instantly share code, notes, and snippets.

@texel
Created August 20, 2011 23:15
Show Gist options
  • Select an option

  • Save texel/1159825 to your computer and use it in GitHub Desktop.

Select an option

Save texel/1159825 to your computer and use it in GitHub Desktop.
require 'test_helper'
require 'minitest/autorun'
describe VenuesController do
describe "#index" do
it "must succeed" do
get :index
response.status.must =~ /200/
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment