Sha256: 3fa91fff76dff9801d178566612ad7298745fbbd63d44485e940bc799f1b5a90
Contents?: true
Size: 334 Bytes
Versions: 2
Compression:
Stored size: 334 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../test_helper.rb') class ApplicationControllerTest < ActionController::IntegrationTest def setup @controller = ApplicationController.new end context "Asset pipeline" do test "should work fine with asset pipeline" do get "/assets/rails.png" end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
route_dog-2.5.1 | test/integration/application_controller_test.rb |
route_dog-2.5.0 | test/integration/application_controller_test.rb |