adding rspec and auto test runs

This commit is contained in:
Michael McCabe
2013-09-05 16:50:29 -04:00
parent 65eb2caeaf
commit 1f3620a3de
5 changed files with 23 additions and 10 deletions
+1 -5
View File
@@ -1,9 +1,5 @@
require 'test_helper'
class UsersControllerTest < ActionController::TestCase
test "should get new" do
get :new
assert_response :success
end
end
end