Commit d2eb823296b2ad8631e14f3bedc19497ba75b07f
1 parent
085da857
Exists in
master
and in
4 other branches
Remove vestigial comma from project_spec.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
spec/models/project_spec.rb
@@ -75,7 +75,7 @@ describe Project do | @@ -75,7 +75,7 @@ describe Project do | ||
75 | let(:project) { Factory :project } | 75 | let(:project) { Factory :project } |
76 | 76 | ||
77 | before do | 77 | before do |
78 | - @issue = Factory :issue, :project => project, | 78 | + @issue = Factory :issue, :project => project |
79 | end | 79 | end |
80 | 80 | ||
81 | it { project.last_activity.should == Event.last } | 81 | it { project.last_activity.should == Event.last } |