mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-10 13:16:09 +10:00
Remove vestigial comma from project_spec.
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user