diff options
author | Gareth Rees <gareth@garethrees.co.uk> | 2017-01-19 11:40:28 +0000 |
---|---|---|
committer | Gareth Rees <gareth@garethrees.co.uk> | 2017-01-19 11:40:28 +0000 |
commit | fdce813c50a5788ba85460ed15c30a6e8ba2f366 (patch) | |
tree | 850abb9fb20e539a0171f93276baf13a1bb74078 /spec/alavetelitheme_spec.rb | |
parent | 64f2f360ec9c27aa9c7545d8ab4678c0af3eaa6c (diff) |
2-space indent
Diffstat (limited to 'spec/alavetelitheme_spec.rb')
-rw-r--r-- | spec/alavetelitheme_spec.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/alavetelitheme_spec.rb b/spec/alavetelitheme_spec.rb index b21c954..510b301 100644 --- a/spec/alavetelitheme_spec.rb +++ b/spec/alavetelitheme_spec.rb @@ -5,8 +5,8 @@ require File.expand_path(File.join(File.dirname(__FILE__),'..','..','..','..','s describe "testing the truth" do - it 'should be true' do - assert true - end + it 'should be true' do + assert true + end end |