A bit of spinach tests
This commit is contained in:
parent
ab344f31b6
commit
2f6603e581
11 changed files with 116 additions and 95 deletions
8
features/steps/shared/admin.rb
Normal file
8
features/steps/shared/admin.rb
Normal file
|
@ -0,0 +1,8 @@
|
|||
module SharedAdmin
|
||||
include Spinach::DSL
|
||||
|
||||
And 'there are projects in system' do
|
||||
2.times { create(:project) }
|
||||
end
|
||||
end
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue