move to rspec2

This commit is contained in:
Brian Lopez 2010-10-17 16:34:09 -07:00
parent 841ee2bba4
commit ba4f3612b6
3 changed files with 3 additions and 3 deletions

2
.rspec Normal file
View File

@ -0,0 +1,2 @@
--format documentation
--colour

View File

@ -1,2 +0,0 @@
--format specdoc
--colour

View File

@ -4,7 +4,7 @@ require 'rubygems'
require 'mysql2'
require 'timeout'
Spec::Runner.configure do |config|
RSpec.configure do |config|
config.before(:all) do
client = Mysql2::Client.new :database => 'test'
client.query %[