Fix indentation
This commit is contained in:
parent
0f3fda805e
commit
979483fd1e
|
@ -15,7 +15,7 @@ begin
|
|||
require 'rubygems'
|
||||
silently { require 'shoulda' }
|
||||
require 'mocha'
|
||||
rescue LoadError
|
||||
rescue LoadError
|
||||
puts <<MSG
|
||||
|
||||
This test suite requires shoulda and mocha.
|
||||
|
@ -24,6 +24,7 @@ You can install them as follows:
|
|||
gem install mocha
|
||||
|
||||
MSG
|
||||
|
||||
exit
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue