From 049af6c6dafb5ee031240c724ab0759d9f1600ef Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Tue, 24 Feb 2015 14:30:24 +0000 Subject: Use spec format for consistency with Alaveteli. This is also more easily runnable from the Alaveteli dir. --- spec/alavetelitheme_spec.rb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 spec/alavetelitheme_spec.rb (limited to 'spec/alavetelitheme_spec.rb') diff --git a/spec/alavetelitheme_spec.rb b/spec/alavetelitheme_spec.rb new file mode 100644 index 0000000..0bb0fab --- /dev/null +++ b/spec/alavetelitheme_spec.rb @@ -0,0 +1,11 @@ +# If defined, ALAVETELI_TEST_THEME will be loaded in config/initializers/theme_loader +ALAVETELI_TEST_THEME = 'alavetelitheme' +require File.expand_path(File.join(File.dirname(__FILE__),'..','..','..','..','spec','spec_helper')) + +describe "testing the truth" do + + it 'should be true' do + assert true + end + +end -- cgit v1.2.3