Removing errant beta character

This commit is contained in:
Anthony Davis 2013-10-16 23:56:03 -05:00
parent a641496261
commit 199619edf1
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ describe "Find Session", :js => true, :type => :feature, :capybara_feature => tr
visit "/#/findSession" visit "/#/findSession"
find('#find-session-form') # again, using Capybara to avoid a 'sleep' 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) expect(page).to have_text(@unique_session_desc)
end end
end end