fixed tests
This commit is contained in:
parent
d98b183361
commit
2bad798e11
2 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ describe Issue do
|
|||
it { Factory.create(:issue,
|
||||
:author => Factory(:user),
|
||||
:assignee => Factory(:user),
|
||||
:projet => Factory.create(:project)).should be_valid }
|
||||
:project => Factory.create(:project)).should be_valid }
|
||||
|
||||
describe "plus 1" do
|
||||
let(:project) { Factory(:project) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue