Sha256: 2e297603f8b1559f46ec864a1c7d2d262dbd3167a4aacf57ed45da3be58d4025

Contents?: true

Size: 191 Bytes

Versions: 3

Compression:

Stored size: 191 Bytes

Contents

require "test_helper"

class ThemesForRailsTest < Test::Unit::TestCase
  should 'know the available themes' do
    assert_equal ['default'], ThemesForRails.available_theme_names
  end
  
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
themes_for_rails-0.4.0 test/themes_for_rails_test.rb
themes_for_rails-0.3.1 test/themes_for_rails_test.rb
themes_for_rails-0.3.0 test/themes_for_rails_test.rb