VRFS-1979 fix test
This commit is contained in:
parent
80d9d5ac28
commit
fd49851815
|
|
@ -59,10 +59,10 @@ describe "Signup", :js => true, :type => :feature, :capybara_feature => true do
|
|||
end
|
||||
|
||||
it {
|
||||
should have_title("JamKazam")
|
||||
should have_selector('h2', text: "musicians")
|
||||
should have_title("Signup Confirmation")
|
||||
should have_selector('h1', text: "Email Confirmed")
|
||||
UserMailer.deliveries.length.should == 1
|
||||
UserMailer.deliveries[0].html_part.body.include?("Following are links to some resources")== 1
|
||||
UserMailer.deliveries[0].html_part.body.include?("Following are links to some resources") == 1
|
||||
}
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue