typos
This commit is contained in:
parent
9c00d65b2f
commit
61ae54048a
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue