use ui-box as for all
This commit is contained in:
parent
14d0ef8f37
commit
c6298678f5
23 changed files with 151 additions and 314 deletions
|
@ -1,5 +1,11 @@
|
|||
require "spec_helper"
|
||||
|
||||
describe Team do
|
||||
let(:team) { create(:project).team }
|
||||
|
||||
describe "Respond to" do
|
||||
subject { team }
|
||||
|
||||
it { should respond_to(:developers) }
|
||||
it { should respond_to(:masters) }
|
||||
it { should respond_to(:reporters) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue