Guest User

Untitled

a guest
Jul 18th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. describe 'sindb new plugin page' do
  2. before do
  3. get '/new'
  4. end
  5.  
  6. it 'should respond with 200' do
  7. assert_response_status 200
  8. end
  9.  
  10. it 'should contain a form' do
  11. assert_xpath('//form[@action="/"]')
  12. end
  13. end
Add Comment
Please, Sign In to add comment