Skip to content

Commit

Permalink
Update works controller behavior spec
Browse files Browse the repository at this point in the history
  • Loading branch information
hackartisan committed Mar 9, 2022
1 parent 2e942e6 commit 10d4c2e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -376,7 +376,7 @@
get :new

expect(assigns['admin_set_options'].select_options)
.to contain_exactly(["Default Admin Set", admin_set_id, { "data-release-no-delay" => true, "data-sharing" => false }])
.to contain_exactly(["Default Admin Set", admin_set_id, { "data-sharing" => true }])
end
end
end
Expand Down

0 comments on commit 10d4c2e

Please sign in to comment.