Sha256: 635ea71e84674133e4fb770045a4956aadda59444ed50e4ea138e951a0b477f6

Contents?: true

Size: 354 Bytes

Versions: 1

Compression:

Stored size: 354 Bytes

Contents

require 'rspec_ext'

require 'rad/controller'
require 'rad/controller/http_controller'
require 'rad/http'

require 'rad/spec'

rspec do
  def self.with_abstract_controller_spec
    before :all do
      rad.after :environment do
        rad.conveyors.web do |web|
          web.use Rad::Processors::ControllerCaller
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rad_core-0.0.13 spec/controller/spec_helper.rb