Sha256: ad5f564a57efe067d31315a5b61a0165813a33bd002948b25b2d27a145ce7244

Contents?: true

Size: 188 Bytes

Versions: 2

Compression:

Stored size: 188 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

2 entries across 2 versions & 1 rubygems

Version Path
themes_for_rails-0.2.5 test/themes_for_rails_test.rb
themes_for_rails-0.2.4 test/themes_for_rails_test.rb