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.3 test/irt/generators/partials/_default_users_controller_tests.rb
hobo-1.3.2 test/irt/generators/partials/_default_users_controller_tests.rb
hobo-1.3.1 test/irt/generators/partials/_default_users_controller_tests.rb
hobo-1.3.0 test/irt/generators/partials/_default_users_controller_tests.rb
hobo-1.3.0.RC4 test/irt/generators/partials/_default_users_controller_tests.rb
hobo-1.3.0.RC3 test/irt/generators/partials/_default_users_controller_tests.rb
hobo-1.3.0.RC2 test/irt/generators/partials/_default_users_controller_tests.rb
hobo-1.3.0.RC1 test/irt/generators/partials/_default_users_controller_tests.rb
hobo-1.3.0.RC test/irt/generators/partials/_default_users_controller_tests.rb
hobo-1.3.0.pre31 test/irt/generators/partials/_default_users_controller_tests.rb
hobo-1.3.0.pre29 test/irt/generators/partials/_default_users_controller_tests.rb
hobo-1.3.0.pre28 test/irt/generators/partials/_default_users_controller_tests.rb
hobo-1.3.0.pre27 test/irt/generators/partials/_default_users_controller_tests.rb
hobo-1.3.0.pre26 test/irt/generators/partials/_default_users_controller_tests.rb
hobo-1.3.0.pre25 test/irt/generators/partials/_default_users_controller_tests.rb
hobo-1.3.0.pre24 test/irt/generators/partials/_default_users_controller_tests.rb
hobo-1.3.0.pre23 test/irt/generators/partials/_default_users_controller_tests.rb
hobo-1.3.0.pre22 test/irt/generators/partials/_default_users_controller_tests.rb
hobo-1.3.0.pre21 test/irt/generators/partials/_default_users_controller_tests.rb
hobo-1.3.0.pre20 test/irt/generators/partials/_default_users_controller_tests.rb