use ui-box as for all

This commit is contained in:
Dmitriy Zaporozhets 2013-01-04 23:35:31 +02:00
parent 14d0ef8f37
commit c6298678f5
23 changed files with 151 additions and 314 deletions

View file

@ -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) }