diff options
-rw-r--r-- | spec/alavetelitheme_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/alavetelitheme_spec.rb b/spec/alavetelitheme_spec.rb index 510b301..6d2b366 100644 --- a/spec/alavetelitheme_spec.rb +++ b/spec/alavetelitheme_spec.rb @@ -3,10 +3,10 @@ ALAVETELI_TEST_THEME = 'alavetelitheme' require File.expand_path(File.join(File.dirname(__FILE__),'..','..','..','..','spec','spec_helper')) -describe "testing the truth" do +describe 'testing the truth' do it 'should be true' do - assert true + expect(true).to eq(true) end end |