From 199619edf11c79412fb2592554856f60e81f43cb Mon Sep 17 00:00:00 2001 From: Anthony Davis Date: Wed, 16 Oct 2013 23:56:03 -0500 Subject: [PATCH] Removing errant beta character --- web/spec/features/find_sessions_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/spec/features/find_sessions_spec.rb b/web/spec/features/find_sessions_spec.rb index c024fb0f3..523d345f9 100644 --- a/web/spec/features/find_sessions_spec.rb +++ b/web/spec/features/find_sessions_spec.rb @@ -59,7 +59,7 @@ describe "Find Session", :js => true, :type => :feature, :capybara_feature => tr visit "/#/findSession" find('#find-session-form') # again, using Capybara to avoid a 'sleep' - # verify the ßsession description is seen by second client + # verify the session description is seen by second client expect(page).to have_text(@unique_session_desc) end end