bulk update requests: fix reference to title attribute.

Also remove non-nullable and default options from migration. The column
didn't originally have these options so they shouldn't be added if the
migration is reverted.
This commit is contained in:
evazion
2020-03-20 16:04:25 -05:00
parent 09f021daf7
commit 9a3b855cf6
3 changed files with 9 additions and 2 deletions

View File

@@ -44,6 +44,13 @@ class BulkUpdateRequestsControllerTest < ActionDispatch::IntegrationTest
end
end
context "#show" do
should "render" do
get bulk_update_request_path(@bulk_update_request)
assert_response :success
end
end
context "#destroy" do
context "for the creator" do
should "succeed" do