Sha256: d5be21bdadfda07bc81e4999ec18a553bbd5b9febd0d3b2f14e35eb0591ef8b3

Contents?: true

Size: 453 Bytes

Versions: 7

Compression:

Stored size: 453 Bytes

Contents

desc "All controller files exists"
files_exist? %w[ app/controllers/accounts_controller.rb
                 app/helpers/accounts_helper.rb
]
test_value_eql? true


desc "Controller injection matches"
file_include? 'app/controllers/accounts_controller.rb',
              'class AccountsController < ApplicationController',
              'hobo_user_controller',
              'auto_actions :all, :except => [ :index, :new, :create ]'
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/_accounts_users_controller_tests.rb
hobo-1.4.0.pre7 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-1.4.0.pre6 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-1.4.0.pre5 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-1.4.0.pre4 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-1.4.0.pre3 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-1.4.0.pre2 test/irt/generators/partials/_accounts_users_controller_tests.rb