Sha256: f702caa442eca3955858fd2fb92de36a0f468f4d28fe39047dd14985c9934263

Contents?: true

Size: 463 Bytes

Versions: 26

Compression:

Stored size: 463 Bytes

Contents

desc "User Mailer files exist"
files_exist? ["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

26 entries across 26 versions & 1 rubygems

Version Path
hobo-2.0.0.pre6 test/irt/generators/partials/_user_mailer_tests.rb
hobo-2.0.0.pre5 test/irt/generators/partials/_user_mailer_tests.rb
hobo-2.0.0.pre4 test/irt/generators/partials/_user_mailer_tests.rb
hobo-2.0.0.pre3 test/irt/generators/partials/_user_mailer_tests.rb
hobo-2.0.0.pre2 test/irt/generators/partials/_user_mailer_tests.rb
hobo-2.0.0.pre1 test/irt/generators/partials/_user_mailer_tests.rb