test fix, css refactoring

This commit is contained in:
Dmitriy Zaporozhets 2012-03-07 23:55:46 +02:00
parent 6c83d9332d
commit a9ef0bc343
6 changed files with 239 additions and 453 deletions

View file

@ -75,9 +75,7 @@ describe Project do
let(:project) { Factory :project }
before do
@note = Factory :note,
:project => project,
:author => Factory(:user)
@issue = Factory :issue, :project => project,
end
it { project.last_activity.should == Event.last }