Skip to content

Commit

Permalink
fix: update system spec after review
Browse files Browse the repository at this point in the history
  • Loading branch information
Stef-Rousset committed Apr 25, 2024
1 parent 6667e4d commit 50b535c
Show file tree
Hide file tree
Showing 6 changed files with 239 additions and 1 deletion.
8 changes: 8 additions & 0 deletions decidim-conferences/.idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

210 changes: 210 additions & 0 deletions decidim-conferences/.idea/decidim-conferences.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions decidim-conferences/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions decidim-conferences/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions decidim-conferences/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,9 @@ def visit_conference_registration_type
end

context "and there is unpublished registrations types" do
let(:registration_types) { :unpublished }
let!(:registration_types) do
create_list(:registration_type, 5, :unpublished, conference:)
end

it "does not show register button" do
visit_conference
Expand Down

0 comments on commit 50b535c

Please sign in to comment.