Sha256: 0bebf05f8006fa9b7f762b7bc08625f1dd43ee3583f70d6f1ddf15993c495632

Contents?: true

Size: 328 Bytes

Versions: 26

Compression:

Stored size: 328 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

26 entries across 26 versions & 1 rubygems

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