Sha256: c91054089f86babb3be6ae11311f441daf355cdb742071877bfb7915d4e1193f

Contents?: true

Size: 345 Bytes

Versions: 7

Compression:

Stored size: 345 Bytes

Contents

desc "All controller files exists"
files_exist? %w[ app/controllers/houses_controller.rb
                 app/helpers/houses_helper.rb
]

test_value_eql? true

desc "Controller injection matches"
file_include? 'app/controllers/houses_controller.rb',
              'hobo_model_controller',
              'auto_actions :all'

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/_house_controller_tests.rb
hobo-1.4.0.pre7 test/irt/generators/partials/_house_controller_tests.rb
hobo-1.4.0.pre6 test/irt/generators/partials/_house_controller_tests.rb
hobo-1.4.0.pre5 test/irt/generators/partials/_house_controller_tests.rb
hobo-1.4.0.pre4 test/irt/generators/partials/_house_controller_tests.rb
hobo-1.4.0.pre3 test/irt/generators/partials/_house_controller_tests.rb
hobo-1.4.0.pre2 test/irt/generators/partials/_house_controller_tests.rb