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,8 +15,8 @@ begin
require 'rubygems'
silently { require 'shoulda' }
require 'mocha'
rescue LoadError
puts <<MSG
rescue LoadError
puts <<MSG
This test suite requires shoulda and mocha.
You can install them as follows:
@ -24,7 +24,8 @@ You can install them as follows:
gem install mocha
MSG
exit
exit
end
require 'bson_ext/cbson' if !(RUBY_PLATFORM =~ /java/) && ENV['C_EXT']