fixed spec coma
This commit is contained in:
parent
0592b6a864
commit
71d6582c9f
2 changed files with 6 additions and 5 deletions
|
@ -75,7 +75,7 @@ describe Project do
|
|||
let(:project) { Factory :project }
|
||||
|
||||
before do
|
||||
@issue = Factory :issue, :project => project,
|
||||
@issue = Factory :issue, :project => project
|
||||
end
|
||||
|
||||
it { project.last_activity.should == Event.last }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue