From aebd9e1d4e8a95a65c33ea0f03de5f701fddae85 Mon Sep 17 00:00:00 2001 From: Taylor Griffin Date: Sun, 28 Sep 2014 22:03:50 +1000 Subject: [PATCH] remove a file that accidentally found its way in from another unrelated branch --- spec/features/signup_spec.rb | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 spec/features/signup_spec.rb diff --git a/spec/features/signup_spec.rb b/spec/features/signup_spec.rb deleted file mode 100644 index d3be7e17f..000000000 --- a/spec/features/signup_spec.rb +++ /dev/null @@ -1,13 +0,0 @@ -require 'spec_helper' - -feature "signup" do - - scenario "signup" do - visit root_path - first('.signup a').click - - expect(current_path).to eq(new_member_registration_path) - end - - -end