Sha256: b9af1648cd08812fe936d1ab4bee9989770509253c5473c2dc7f07ae7fff5a16

Contents?: true

Size: 401 Bytes

Versions: 4

Compression:

Stored size: 401 Bytes

Contents

# encoding: utf-8

# Helpers 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 helper, 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 < Rango::Controller
  layout nil
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rango-0.1.0 spec/rango/helpers/merb-helpers/fixture/app/controllers/specs_controller.rb
rango-0.0.6 spec/rango/helpers/merb-helpers/fixture/app/controllers/specs_controller.rb
rango-0.1.pre spec/rango/helpers/merb-helpers/fixture/app/controllers/specs_controller.rb
rango-0.0.4 spec/rango/helpers/merb-helpers/fixture/app/controllers/specs_controller.rb