* attempt to run problem test now that fix to nindex has been made

This commit is contained in:
Seth Call 2014-05-07 15:14:42 -05:00
parent 244f79eefb
commit 88e13aa3fc
1 changed files with 0 additions and 1 deletions

View File

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