From 88e13aa3fc8ac3ccc2db145b855afb9206bf9650 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Wed, 7 May 2014 15:14:42 -0500 Subject: [PATCH] * attempt to run problem test now that fix to nindex has been made --- web/spec/features/in_session_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/web/spec/features/in_session_spec.rb b/web/spec/features/in_session_spec.rb index 9874a6a8d..8398837df 100644 --- a/web/spec/features/in_session_spec.rb +++ b/web/spec/features/in_session_spec.rb @@ -18,7 +18,6 @@ describe "In a Session", :js => true, :type => :feature, :capybara_feature => tr it "can't see a private session until it is made public", :slow => true do - pending "fails when you run all feature tests; but not just in_session_spec.rb" description = "Public or private, I cant decide!" create_session(creator: user, description: description) in_client(user) do