Skip to content

Commit

Permalink
Enable notifications_redesign feature for beta tests
Browse files Browse the repository at this point in the history
The new features will be enabled for beta users in tests.

Co-authored-by: David Kang <dkang@suse.com>
Co-authored-by: Eduardo Navarro <enavarro@suse.com>
  • Loading branch information
3 people committed Aug 7, 2020
1 parent f80a080 commit 1367fbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/spec/support/beta.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
RSpec.configure do |config|
config.before(:example, beta: true) do
Flipper.enable(:responsive_ux)
Flipper.enable(:notifications_redesign)
end
end

0 comments on commit 1367fbb

Please sign in to comment.