Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
move to rspec2
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmario committed Oct 17, 2010
1 parent 841ee2b commit ba4f361
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
--format documentation
--colour
2 changes: 0 additions & 2 deletions spec/spec.opts

This file was deleted.

2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
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 %[
Expand Down

0 comments on commit ba4f361

Please sign in to comment.