89517855dd766a9804a6c35570b4407ae644d81a
[selectricity] / vendor / plugins / engines / test / action_view_extensions_test.rb
1 ENV["RAILS_ENV"] = "test"
2 require File.expand_path(File.dirname(__FILE__) + '/../../../../config/environment')
3 require 'test_help'
4
5 class ActionViewExtensionsTest < Test::Unit::TestCase
6   def test_stylesheet_path
7     assert true
8   end
9 end

Benjamin Mako Hill || Want to submit a patch?