We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb4b04d commit 8fe8574Copy full SHA for 8fe8574
spec/flipper/ui/actions/add_feature_spec.rb
@@ -40,7 +40,7 @@
40
end
41
42
43
- describe 'GET /features/new when an adpter is set to readonly' do
+ describe 'GET /features/new when an adapter is set to readonly' do
44
before do
45
@original_feature_creation_enabled = Flipper::UI.configuration.feature_creation_enabled
46
Flipper::UI.configuration.feature_creation_enabled = false
0 commit comments