From 9124ab81be685437e736ea094ce2ea20781d11e0 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Tue, 1 Apr 2014 17:30:38 -0700 Subject: [PATCH] remove importance of current path --- tests/acceptance_tests.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/acceptance_tests.rb b/tests/acceptance_tests.rb index 65815cd5..54582bf1 100644 --- a/tests/acceptance_tests.rb +++ b/tests/acceptance_tests.rb @@ -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