Sha256: 1d8375a0d49cbf6636ae3c533e891ca0586027699d6d8d5db00501ef3ccc5576
Contents?: true
Size: 422 Bytes
Versions: 5
Compression:
Stored size: 422 Bytes
Contents
require 'rubygems' require 'minitest/autorun' require 'rails/all' require 'rails/test_help' require 'sasha' module Sasha class Application < Rails::Application ; end end Sasha::Application.routes.draw do match '/:controller(/:action(/:id))' end ActionController::Base.send :include, Sasha::Application.routes.url_helpers class MyController < ActionController::Base def index render :text => 'ok' end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
sasha-0.1.1 | test/test_helper.rb |
sasha-0.1.0 | test/test_helper.rb |
sasha-0.0.3 | test/test_helper.rb |
sasha-0.0.2 | test/test_helper.rb |
sasha-0.0.1 | test/test_helper.rb |