aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Rees <gareth@garethrees.co.uk>2017-01-19 11:40:28 +0000
committerGareth Rees <gareth@garethrees.co.uk>2017-01-19 11:40:28 +0000
commitfdce813c50a5788ba85460ed15c30a6e8ba2f366 (patch)
tree850abb9fb20e539a0171f93276baf13a1bb74078
parent64f2f360ec9c27aa9c7545d8ab4678c0af3eaa6c (diff)
2-space indent
-rw-r--r--spec/alavetelitheme_spec.rb6
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