Added the RoR Login-Engine and activated it on the site.
[selectricity] / 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 (file)
index 0000000..8951785
--- /dev/null
@@ -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

Benjamin Mako Hill || Want to submit a patch?