Sha256: 14d56cbfbffca4ac2dac951ce8dd7436636231c27df5af3b154e5fe70206fadc

Contents?: true

Size: 416 Bytes

Versions: 4

Compression:

Stored size: 416 Bytes

Contents

# Taken from merb-helpers.
#
# Components are tested going through the full stack. To keep things isolated,
# each helper has its own controller subclass if you are working on a new
# component, please consider creating a new spec controller subclass
#
# Remember that your helper spec views will be located in a folder named after
# the controller you use.

class SpecController < Merb::Controller
  layout nil
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
antw-kin-0.3.2 spec/fixture/app/controllers/spec_controller.rb
antw-kin-0.3.3 spec/fixture/app/controllers/spec_controller.rb
antw-kin-0.4.0 spec/fixture/app/controllers/spec_controller.rb
antw-kin-0.4.1 spec/fixture/app/controllers/spec_controller.rb