skipping on to 15.11 in which we play with session crap

This commit is contained in:
Dan Buch
2011-08-10 21:51:14 -04:00
parent e7a3ab7a73
commit 785c1cfe20
7 changed files with 31 additions and 253 deletions

View File

@@ -0,0 +1,9 @@
require 'test_helper'
class IndexControllerTest < ActionController::TestCase
test "should get index" do
get :index
assert_response :success
end
end

View File

@@ -0,0 +1,4 @@
require 'test_helper'
class IndexHelperTest < ActionView::TestCase
end