mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
Remove Flipper and replace with ENV-driven FeatureFlags (#957)
* Presence of valid DEFAULT_UI_LAYOUT is sufficient * Linter
This commit is contained in:
@@ -9,7 +9,6 @@ class InvitationsControllerTest < ActionDispatch::IntegrationTest
|
||||
test "should get new" do
|
||||
get new_invitation_url
|
||||
assert_response :success
|
||||
assert_select "option[value=?]", "guest", count: 0 unless Flipper.enabled?(:intro_ui)
|
||||
assert_select "option[value=?]", "member"
|
||||
assert_select "option[value=?]", "admin"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user