Sha256: afcc089a874f37a7a8b66a90b31ec4004970343c22feaf0b11f28d711373fe12

Contents?: true

Size: 651 Bytes

Versions: 29

Compression:

Stored size: 651 Bytes

Contents

desc "Account Model files exist"
files_exist? %w[ app/models/account.rb
                 app/models/account.rb
                 test/unit/account_test.rb
                 test/fixtures/accounts.yml
                 app/viewhints/account_hints.rb
]
test_value_eql? true

desc "Account Model injection matches"
file_include? 'app/models/account.rb',
              'hobo_user_model',
              'fields do',
              /name\s+\:string/ ,
              /email_address\s+\:email_address/
test_value_eql? true

desc "Nested hint content matches"
file_include? 'app/viewhints/account_hints.rb',
              'class AccountHints'
test_value_eql? true

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
hobo-1.3.3 test/irt/generators/partials/_account_user_model_tests.rb
hobo-1.3.2 test/irt/generators/partials/_account_user_model_tests.rb
hobo-1.3.1 test/irt/generators/partials/_account_user_model_tests.rb
hobo-1.3.0 test/irt/generators/partials/_account_user_model_tests.rb
hobo-1.3.0.RC4 test/irt/generators/partials/_account_user_model_tests.rb
hobo-1.3.0.RC3 test/irt/generators/partials/_account_user_model_tests.rb
hobo-1.3.0.RC2 test/irt/generators/partials/_account_user_model_tests.rb
hobo-1.3.0.RC1 test/irt/generators/partials/_account_user_model_tests.rb
hobo-1.3.0.RC test/irt/generators/partials/_account_user_model_tests.rb
hobo-1.3.0.pre31 test/irt/generators/partials/_account_user_model_tests.rb
hobo-1.3.0.pre29 test/irt/generators/partials/_account_user_model_tests.rb
hobo-1.3.0.pre28 test/irt/generators/partials/_account_user_model_tests.rb
hobo-1.3.0.pre27 test/irt/generators/partials/_account_user_model_tests.rb
hobo-1.3.0.pre26 test/irt/generators/partials/_account_user_model_tests.rb
hobo-1.3.0.pre25 test/irt/generators/partials/_account_user_model_tests.rb
hobo-1.3.0.pre24 test/irt/generators/partials/_account_user_model_tests.rb
hobo-1.3.0.pre23 test/irt/generators/partials/_account_user_model_tests.rb
hobo-1.3.0.pre22 test/irt/generators/partials/_account_user_model_tests.rb
hobo-1.3.0.pre21 test/irt/generators/partials/_account_user_model_tests.rb
hobo-1.3.0.pre20 test/irt/generators/partials/_account_user_model_tests.rb