aboutsummaryrefslogtreecommitdiffstats
path: root/spec/alavetelitheme_spec.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2015-02-26 10:55:12 +0000
committerLouise Crow <louise.crow@gmail.com>2015-02-26 10:55:12 +0000
commit048d27429c298917d4abb79efe7f7f53c424ee70 (patch)
tree9dc46f15c1a53fa43e24a53041722d7e97ad41ca /spec/alavetelitheme_spec.rb
parente0ca560bff806b83001ab828d903015beec79cb1 (diff)
parent049af6c6dafb5ee031240c724ab0759d9f1600ef (diff)
Merge branch 'runnable-tests'
Diffstat (limited to 'spec/alavetelitheme_spec.rb')
-rw-r--r--spec/alavetelitheme_spec.rb11
1 files changed, 11 insertions, 0 deletions
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