Sha256: 8edbd9529fad763f46abff1eec8b1ee81ce709a1f6738433b405ef1a0c3c4fda

Contents?: true

Size: 484 Bytes

Versions: 29

Compression:

Stored size: 484 Bytes

Contents

desc "All Model files exists"
files_exist? %w[ app/models/house.rb
   test/unit/house_test.rb
   test/fixtures/houses.yml
   app/viewhints/house_hints.rb ]
test_value_eql? true

desc "Model injection matches"
file_include? 'app/models/house.rb',
              'hobo_model',
              'fields do',
              /alpha\s+\:string/
test_value_eql? true

desc "Hint content matches"
file_include? 'app/viewhints/house_hints.rb',
              'class HouseHints'
test_value_eql? true

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
hobo-1.3.0.pre19 test/irt/generators/partials/_house_model_tests.rb
hobo-1.3.0.pre18 test/irt/generators/partials/_house_model_tests.rb
hobo-1.3.0.pre16 test/irt/generators/partials/_house_model_tests.rb
hobo-1.3.0.pre15 test/irt/generators/partials/_house_model_tests.rb
hobo-1.3.0.pre14 test/irt/generators/partials/_house_model_tests.rb
hobo-1.3.0.pre13 test/irt/generators/partials/_house_model_tests.rb
hobo-1.3.0.pre12 test/irt/generators/partials/_house_model_tests.rb
hobo-1.3.0.pre11 test/irt/generators/partials/_house_model_tests.rb
hobo-1.3.0.pre10 test/irt/generators/partials/_house_model_tests.rb