Skip to content

Commit

Permalink
Registration wizard no longer decides about closed registration
Browse files Browse the repository at this point in the history
  • Loading branch information
slawosz committed Mar 25, 2024
1 parent 185fa29 commit d6ea66a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions spec/models/registration_wizard_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@
}.to raise_error(RegistrationWizard::InvalidStep)
end
end

context "when registration is closed" do
before do
Flipper.enable(Feature::REGISTRATION_OPEN)
end

it "always returns closed" do
expect(subject.current_step).to be(:closed)
end
end
end

describe "#answers" do
Expand Down

0 comments on commit d6ea66a

Please sign in to comment.