remove importance of current path

This commit is contained in:
Kyle Drake 2014-04-01 17:30:38 -07:00
parent 7c1c4f2308
commit 9124ab81be

View file

@ -89,7 +89,6 @@ describe 'signup' do
fill_in_valid
fill_in 'username', with: SecureRandom.hex+'1'
click_button 'Create Home Page'
page.current_path.must_equal '/create'
page.must_have_content 'cannot exceed 32 characters'
end
end