Sha256: c45839862c9ec151c314490ebb82c2d3bf64111c437b3052b76b9a7b1be54294
Contents?: true
Size: 326 Bytes
Versions: 5
Compression:
Stored size: 326 Bytes
Contents
require "baza" if RUBY_PLATFORM == "java" require "jdbc/mysql" ::Jdbc::MySQL.load_driver require "jdbc/sqlite3" ::Jdbc::SQLite3.load_driver end Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f } RSpec.configure do |config| config.expect_with :rspec do |c| c.syntax = [:expect] end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
baza-0.0.36 | spec/spec_helper.rb |
baza-0.0.35 | spec/spec_helper.rb |
baza-0.0.34 | spec/spec_helper.rb |
baza-0.0.33 | spec/spec_helper.rb |
baza-0.0.32 | spec/spec_helper.rb |