From 61ae54048a2ae079e4631131fec798d169ca7154 Mon Sep 17 00:00:00 2001 From: Anthony Davis Date: Sat, 19 Oct 2013 23:45:43 -0500 Subject: [PATCH] typos --- admin/spec/features/invited_users_spec.rb | 2 +- web/spec/features/user_progression_spec.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/spec/features/invited_users_spec.rb b/admin/spec/features/invited_users_spec.rb index 8fa92598f..2e621d00c 100644 --- a/admin/spec/features/invited_users_spec.rb +++ b/admin/spec/features/invited_users_spec.rb @@ -27,7 +27,7 @@ describe InvitedUser do end - it { should have_selector('#main_content .panel:first-child h3', text: "Invited Users nDetails" ); } + it { should have_selector('#main_content .panel:first-child h3', text: "Invited Users Details" ); } it { UserMailer.deliveries.length.should == 1 } end end diff --git a/web/spec/features/user_progression_spec.rb b/web/spec/features/user_progression_spec.rb index 18c25d5cb..c55d2ca46 100644 --- a/web/spec/features/user_progression_spec.rb +++ b/web/spec/features/user_progression_spec.rb @@ -21,7 +21,7 @@ describe "User Progression", :js => true, :type => :feature, :capybara_feature FactoryGirl.create(:artifact_update, :product => 'JamClient/MacOSX') end - # right after you signup as a musician, you are downloaded to a page that let's you download the client. + # right after you signup as a musician, you are downloaded to a page that lets you download the client. describe "post-signup" do before do visit signup_path