Sha256: 983e431952189951e8e43880916e233b3b578db6622a84cda3dbfa7eb10779d0

Contents?: true

Size: 346 Bytes

Versions: 4

Compression:

Stored size: 346 Bytes

Contents

# encoding: utf-8
require File.expand_path("test/test_helper.rb")

class ThemesForRailsIntegrationTest < ::ActionController::IntegrationTest

  should "work with Rails 3.0 default configuration" do
    asset_path = "/themes/default/stylesheets/style.css"
    get asset_path
    assert_equal 200, status
    assert_equal asset_path, path
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
themes_for_rails4-1.5.1 test/lib/integration_test.rb
themes_for_rails-0.5.1 test/lib/integration_test.rb
themes_for_rails-0.5.0 test/lib/integration_test.rb
themes_for_rails-0.5.0.pre test/lib/integration_test.rb