Fix indentation

This commit is contained in:
Wojciech Piekutowski 2011-02-20 15:39:09 +01:00
parent 0f3fda805e
commit 979483fd1e
1 changed files with 4 additions and 3 deletions

View File

@ -15,7 +15,7 @@ begin
require 'rubygems' require 'rubygems'
silently { require 'shoulda' } silently { require 'shoulda' }
require 'mocha' require 'mocha'
rescue LoadError rescue LoadError
puts <<MSG puts <<MSG
This test suite requires shoulda and mocha. This test suite requires shoulda and mocha.
@ -24,6 +24,7 @@ You can install them as follows:
gem install mocha gem install mocha
MSG MSG
exit exit
end end