Sha256: e038b7d31385f715f9577b829f903072aa4fb63253690ce5c58de538d8c902f0
Contents?: true
Size: 238 Bytes
Versions: 7
Compression:
Stored size: 238 Bytes
Contents
ENV["RAILS_ENV"] = "test" require File.expand_path(File.dirname(__FILE__) + '/../../../../config/environment') require 'test_help' class ActionViewExtensionsTest < Test::Unit::TestCase def test_stylesheet_path assert true end end
Version data entries
7 entries across 7 versions & 1 rubygems