Added Kate Swap files to the gitignore file
This commit is contained in:
Binary file not shown.
@@ -11,12 +11,13 @@ class DomainsControllerTest < ActionDispatch::IntegrationTest
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
test "should get index because we are logged in" do
|
||||
test "should get index because we are logged in" do
|
||||
sign_in users(:bob)
|
||||
get domains_url
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
test "should get new" do
|
||||
test "should not get new" do
|
||||
get new_domain_url
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user