9 lines
127 B
Ruby
9 lines
127 B
Ruby
|
module SharedAdmin
|
||
|
include Spinach::DSL
|
||
|
|
||
|
And 'there are projects in system' do
|
||
|
2.times { create(:project) }
|
||
|
end
|
||
|
end
|
||
|
|