Remove vestigial comma from project_spec.
This commit is contained in:
parent
085da857a0
commit
d2eb823296
|
@ -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…
Reference in a new issue