Commit d2eb823296b2ad8631e14f3bedc19497ba75b07f

Authored by Robb Kidd
1 parent 085da857

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 75 let(:project) { Factory :project }
76 76  
77 77 before do
78   - @issue = Factory :issue, :project => project,
  78 + @issue = Factory :issue, :project => project
79 79 end
80 80  
81 81 it { project.last_activity.should == Event.last }
... ...