Sha256: 4dbc842d71b1e6d85627043c2d96209553524257d0eb035e32d542b3ec4d1f5f

Contents?: true

Size: 560 Bytes

Versions: 29

Compression:

Stored size: 560 Bytes

Contents

desc "All user controller files exists"
files_exist? %w[ app/controllers/users_controller.rb
                 app/helpers/users_helper.rb
                 test/unit/helpers/users_helper_test.rb
                 test/functional/users_controller_test.rb
]
test_value_eql? true


desc "User controller injection matches"
file_include? 'app/controllers/users_controller.rb',
            'class UsersController < 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.0.pre19 test/irt/generators/partials/_default_users_controller_tests.rb
hobo-1.3.0.pre18 test/irt/generators/partials/_default_users_controller_tests.rb
hobo-1.3.0.pre16 test/irt/generators/partials/_default_users_controller_tests.rb
hobo-1.3.0.pre15 test/irt/generators/partials/_default_users_controller_tests.rb
hobo-1.3.0.pre14 test/irt/generators/partials/_default_users_controller_tests.rb
hobo-1.3.0.pre13 test/irt/generators/partials/_default_users_controller_tests.rb
hobo-1.3.0.pre12 test/irt/generators/partials/_default_users_controller_tests.rb
hobo-1.3.0.pre11 test/irt/generators/partials/_default_users_controller_tests.rb
hobo-1.3.0.pre10 test/irt/generators/partials/_default_users_controller_tests.rb