test/rails/overrides/spec/mailers/mobile_mailer_spec.rb in jpmobile-3.0.8 vs test/rails/overrides/spec/mailers/mobile_mailer_spec.rb in jpmobile-3.0.9
- old
+ new
@@ -472,10 +472,10 @@
emails.size.should == 1
emails.first.to.include?(to).should be_true
emails.first.destinations.include?(to).should be_true
end
- it "複数のアドレスが有効になること", focus: true do
+ it "複数のアドレスが有効になること" do
to_addresses = [".ruby.rails.@domomo-ezweb.ne.jp", "ruby.rails.@domomo-ezweb.ne.jp", "ruby...rails@domomo-ezweb.ne.jp"]
to = to_addresses.join(", ")
MobileMailer.view_selection(to, @subject, @text).deliver
emails = ActionMailer::Base.deliveries