Remove vestigial comma from project_spec.
This commit is contained in:
parent
085da857a0
commit
d2eb823296
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ describe Project do
|
||||||
let(:project) { Factory :project }
|
let(:project) { Factory :project }
|
||||||
|
|
||||||
before do
|
before do
|
||||||
@issue = Factory :issue, :project => project,
|
@issue = Factory :issue, :project => project
|
||||||
end
|
end
|
||||||
|
|
||||||
it { project.last_activity.should == Event.last }
|
it { project.last_activity.should == Event.last }
|
||||||
|
|
Loading…
Reference in a new issue