Sha256: 0d44761e2be30cad9ce7b67e8aedef4f82e0e04c02b37059c6f5c6d0b9bbe3a9

Contents?: true

Size: 479 Bytes

Versions: 7

Compression:

Stored size: 479 Bytes

Contents

desc "User Mailer files exist"
files_exist? %w[ app/mailers/user_mailer.rb
                 app/views/user_mailer/forgot_password.erb
]
test_value_eql? true

desc "user_mailer.rb file content"
file_include? 'app/mailers/user_mailer.rb',
              'class UserMailer'
test_value_eql? true

desc "forgot_password.erb file content"
file_include? 'app/views/user_mailer/forgot_password.erb',
             '<%= @user %>',
             'If you have forgotten'
test_value_eql? true

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hobo-1.4.0.pre8 test/irt/generators/partials/_user_mailer_tests.rb
hobo-1.4.0.pre7 test/irt/generators/partials/_user_mailer_tests.rb
hobo-1.4.0.pre6 test/irt/generators/partials/_user_mailer_tests.rb
hobo-1.4.0.pre5 test/irt/generators/partials/_user_mailer_tests.rb
hobo-1.4.0.pre4 test/irt/generators/partials/_user_mailer_tests.rb
hobo-1.4.0.pre3 test/irt/generators/partials/_user_mailer_tests.rb
hobo-1.4.0.pre2 test/irt/generators/partials/_user_mailer_tests.rb