move to rspec2
This commit is contained in:
parent
841ee2bba4
commit
ba4f3612b6
|
@ -1,2 +0,0 @@
|
||||||
--format specdoc
|
|
||||||
--colour
|
|
|
@ -4,7 +4,7 @@ require 'rubygems'
|
||||||
require 'mysql2'
|
require 'mysql2'
|
||||||
require 'timeout'
|
require 'timeout'
|
||||||
|
|
||||||
Spec::Runner.configure do |config|
|
RSpec.configure do |config|
|
||||||
config.before(:all) do
|
config.before(:all) do
|
||||||
client = Mysql2::Client.new :database => 'test'
|
client = Mysql2::Client.new :database => 'test'
|
||||||
client.query %[
|
client.query %[
|
||||||
|
|
Loading…
Reference in New Issue