Skip to content

Commit

Permalink
Fixed a few specs
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 18, 2010
1 parent 5118397 commit 2a099da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spec/spec.plugins.view.js
Expand Up @@ -109,8 +109,8 @@ describe 'Express'
}
})
})
get('/').should.include '<h1>tj</h1>'
get('/').should.include '<p>tj@vision-media.ca</p>'
get('/user').body.should.include '<h1>tj'
get('/user').body.should.include '<p>tj@vision-media.ca'
end

it 'should have direct access to locals within the layout'
Expand All @@ -123,9 +123,9 @@ describe 'Express'
}
})
})
get('/').should.include '<title>Viewing tj'
get('/').should.include '<h1>tj</h1>'
get('/').should.include '<p>tj@vision-media.ca</p>'
get('/user').body.should.include '<title>Viewing tj'
get('/user').body.should.include '<h1>tj'
get('/user').body.should.include '<p>tj@vision-media.ca'
end
end

Expand Down

0 comments on commit 2a099da

Please sign in to comment.