This commit is contained in:
Anthony Davis 2013-10-19 23:45:43 -05:00
parent 9c00d65b2f
commit 61ae54048a
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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