Skip to content

Commit 8fe8574

Browse files
authored
Update spec/flipper/ui/actions/add_feature_spec.rb
1 parent eb4b04d commit 8fe8574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/flipper/ui/actions/add_feature_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
end
4141
end
4242

43-
describe 'GET /features/new when an adpter is set to readonly' do
43+
describe 'GET /features/new when an adapter is set to readonly' do
4444
before do
4545
@original_feature_creation_enabled = Flipper::UI.configuration.feature_creation_enabled
4646
Flipper::UI.configuration.feature_creation_enabled = false

0 commit comments

Comments
 (0)