Sha256: de619f1d85238781665c7bde5859bef3db10d0d12beb1bddcda2e2acaa99414f

Contents?: true

Size: 436 Bytes

Versions: 26

Compression:

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

26 entries across 26 versions & 1 rubygems

Version Path
hobo-2.2.6 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-2.2.5 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-2.2.4 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-2.2.3 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-2.2.2 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-2.2.1 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-2.2.0 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-2.1.2 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-2.1.1 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-2.1.0 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-2.1.0.pre4 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-2.1.0.pre3 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-2.1.0.pre2 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-2.1.0.pre1 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-2.0.1 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-2.0.0 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-2.0.0.pre10 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-2.0.0.pre9 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-2.0.0.pre8 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-2.0.0.pre7 test/irt/generators/partials/_accounts_users_controller_tests.rb