Sha256: ca7e8bd745703fa32932295cc6e10d94571fc110792e15360f723d41e618c1e7

Contents?: true

Size: 446 Bytes

Versions: 7

Compression:

Stored size: 446 Bytes

Contents

desc "All user controller files exists"
files_exist? %w[ app/controllers/users_controller.rb
                 app/helpers/users_helper.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

7 entries across 7 versions & 1 rubygems

Version Path
hobo-1.4.0.pre8 test/irt/generators/partials/_default_users_controller_tests.rb
hobo-1.4.0.pre7 test/irt/generators/partials/_default_users_controller_tests.rb
hobo-1.4.0.pre6 test/irt/generators/partials/_default_users_controller_tests.rb
hobo-1.4.0.pre5 test/irt/generators/partials/_default_users_controller_tests.rb
hobo-1.4.0.pre4 test/irt/generators/partials/_default_users_controller_tests.rb
hobo-1.4.0.pre3 test/irt/generators/partials/_default_users_controller_tests.rb
hobo-1.4.0.pre2 test/irt/generators/partials/_default_users_controller_tests.rb