Skip to content

Commit

Permalink
Rename files and removing the word feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-stefano committed Nov 28, 2024
1 parent 7b05db8 commit 0249fef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require 'rails_helper'

feature 'V2 results - feature flag disabled' do
feature 'V2 results - disabled' do
before do
allow(Settings.features).to receive_messages(v2_results: false)
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require 'rails_helper'

feature 'V2 results - feature flag enabled' do
feature 'V2 results - enabled' do
before do
allow(Settings.features).to receive_messages(v2_results: true)
end
Expand Down

0 comments on commit 0249fef

Please sign in to comment.