Fixed comments for snippets. Tests fixed
This commit is contained in:
parent
d41d8ffb02
commit
292a41cbe2
7 changed files with 26 additions and 24 deletions
|
@ -8,7 +8,7 @@ describe "Projects", "Wall" do
|
|||
project.add_access(@user, :read, :write)
|
||||
end
|
||||
|
||||
describe "View notes on wall" do
|
||||
describe "View notes on wall", :js => true do
|
||||
before do
|
||||
Factory :note, :project => project, :note => "Project specs", :author => @user
|
||||
visit wall_project_path(project)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue