Skip to content

Commit 573705c

Browse files
committed
Remove focus of spec derp
1 parent 4a51f94 commit 573705c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/flipper/adapters/sync/feature_synchronizer_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
expect_no_enable_or_disable
106106
end
107107

108-
fit "updates expression when remote conditionally enabled but expression is nil" do
108+
it "updates expression when remote conditionally enabled but expression is nil" do
109109
remote = Flipper::GateValues.new(expression: nil, actors: Set["1"])
110110
feature.enable_expression(plan_expression)
111111
feature.enable_actor(Flipper::Actor.new("1"))

0 commit comments

Comments
 (0)