Sha256: 2e4840cb6d53e6a0190840703539e8fc23743a77aefe1daf45741b625d94c2d9

Contents?: true

Size: 573 Bytes

Versions: 29

Compression:

Stored size: 573 Bytes

Contents

desc "All controller files exists"
files_exist? %w[ app/controllers/accounts_controller.rb
                 app/helpers/accounts_helper.rb
                 test/unit/helpers/accounts_helper_test.rb
                 test/functional/accounts_controller_test.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

29 entries across 29 versions & 1 rubygems

Version Path
hobo-1.3.3 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-1.3.2 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-1.3.1 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-1.3.0 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-1.3.0.RC4 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-1.3.0.RC3 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-1.3.0.RC2 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-1.3.0.RC1 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-1.3.0.RC test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-1.3.0.pre31 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-1.3.0.pre29 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-1.3.0.pre28 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-1.3.0.pre27 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-1.3.0.pre26 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-1.3.0.pre25 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-1.3.0.pre24 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-1.3.0.pre23 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-1.3.0.pre22 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-1.3.0.pre21 test/irt/generators/partials/_accounts_users_controller_tests.rb
hobo-1.3.0.pre20 test/irt/generators/partials/_accounts_users_controller_tests.rb