Skip to content

Commit

Permalink
No need to set feature toggle here anymore
Browse files Browse the repository at this point in the history
It's now on by default for testing.
  • Loading branch information
dacook authored and filipefurtad0 committed Oct 15, 2023
1 parent 0b270f7 commit ecb0aed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions spec/reflexes/products_reflex_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@
{ url: admin_products_v3_index_url, connection: { current_user: } }
}

before do
# activate feature toggle admin_style_v3 to use new admin interface
Flipper.enable(:admin_style_v3)
end

describe 'fetch' do
subject{ build_reflex(method_name: :fetch, **context) }

Expand Down
2 changes: 0 additions & 2 deletions spec/system/admin/products_v3/products_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
end

before do
# activate feature toggle admin_style_v3 to use new admin interface
Flipper.enable(:admin_style_v3)
login_as_admin
end

Expand Down

0 comments on commit ecb0aed

Please sign in to comment.