* attempt to run problem test now that fix to nindex has been made
This commit is contained in:
parent
244f79eefb
commit
88e13aa3fc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue