adding rspec and auto test runs
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
require 'test_helper'
|
||||
|
||||
class UsersControllerTest < ActionController::TestCase
|
||||
test "should get new" do
|
||||
get :new
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
@@ -1,7 +1,2 @@
|
||||
require 'test_helper'
|
||||
|
||||
class BenefitsTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user