From d2c5533549781fa99a424418a94485f3fa2d1625 Mon Sep 17 00:00:00 2001 From: Rob H Date: Fri, 12 Sep 2014 16:10:38 +1000 Subject: [PATCH] Remove use_short_wait --- spec/features/consumer/registration_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/consumer/registration_spec.rb b/spec/features/consumer/registration_spec.rb index ce5adc776e..0befe45182 100644 --- a/spec/features/consumer/registration_spec.rb +++ b/spec/features/consumer/registration_spec.rb @@ -3,7 +3,7 @@ require 'spec_helper' feature "Registration", js: true do include WebHelper - describe "Registering a Profile", use_short_wait do + describe "Registering a Profile" do let(:user) { create(:user, password: "password", password_confirmation: "password") } it "Allows a logged in user to register a profile" do