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