Skip to content

Instantly share code, notes, and snippets.

@creich
Created January 23, 2013 12:11
Show Gist options
  • Save creich/4604917 to your computer and use it in GitHub Desktop.
Save creich/4604917 to your computer and use it in GitHub Desktop.
require 'test_helper'
class OverviewControllerTest < ActionController::TestCase
test "should get index" do
get :index
assert_response :success
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment