Skip to content

Commit 51e7976

Browse files
committed
Set up feature tests
These tests will track the full journey for an admin user who wants to add a Member to a workshop
1 parent 7f353ff commit 51e7976

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
RSpec.feature 'Add a user to an existing workshop', type: :feature do
2+
scenario 'An admin adds a member to a workshop' do
3+
4+
end
5+
6+
scenario 'An admin adds multiple members to a workshop' do
7+
8+
end
9+
end

0 commit comments

Comments
 (0)