Commit d2eb8232 authored by Robb Kidd's avatar Robb Kidd

Remove vestigial comma from project_spec.

parent 085da857
......@@ -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 }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment