X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/a12d4f62752f546f57421244e370e79965706ffb..f7aee769411a893c1059c529a220c0d25c72974f:/vendor/plugins/engines/test/action_view_extensions_test.rb diff --git a/vendor/plugins/engines/test/action_view_extensions_test.rb b/vendor/plugins/engines/test/action_view_extensions_test.rb new file mode 100644 index 0000000..8951785 --- /dev/null +++ b/vendor/plugins/engines/test/action_view_extensions_test.rb @@ -0,0 +1,9 @@ +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 \ No newline at end of file