remove a file that accidentally found its way in from another unrelated branch

This commit is contained in:
Taylor Griffin
2014-09-28 22:03:50 +10:00
parent a7da4b9ce4
commit aebd9e1d4e

View File

@@ -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