test fix, css refactoring
This commit is contained in:
parent
6c83d9332d
commit
a9ef0bc343
6 changed files with 239 additions and 453 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue