Added Kate Swap files to the gitignore file
This commit is contained in:
parent
c671cc2dc1
commit
498e6ee255
6
.gitignore
vendored
6
.gitignore
vendored
@ -4,12 +4,12 @@
|
|||||||
# or operating system, you probably want to add a global ignore instead:
|
# or operating system, you probably want to add a global ignore instead:
|
||||||
# git config --global core.excludesfile '~/.gitignore_global'
|
# git config --global core.excludesfile '~/.gitignore_global'
|
||||||
|
|
||||||
**/.keep
|
|
||||||
**/.core
|
|
||||||
|
|
||||||
# Ignore bundler config.
|
# Ignore bundler config.
|
||||||
/.bundle
|
/.bundle
|
||||||
|
|
||||||
|
# Ignore Kate Swap files
|
||||||
|
*.kate-swp
|
||||||
|
|
||||||
# Ignore all logfiles and tempfiles.
|
# Ignore all logfiles and tempfiles.
|
||||||
/log/*
|
/log/*
|
||||||
/tmp/*
|
/tmp/*
|
||||||
|
|||||||
Binary file not shown.
@ -11,12 +11,13 @@ class DomainsControllerTest < ActionDispatch::IntegrationTest
|
|||||||
assert_response :success
|
assert_response :success
|
||||||
end
|
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
|
get domains_url
|
||||||
assert_response :success
|
assert_response :success
|
||||||
end
|
end
|
||||||
|
|
||||||
test "should get new" do
|
test "should not get new" do
|
||||||
get new_domain_url
|
get new_domain_url
|
||||||
assert_response :success
|
assert_response :success
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user