Sha256: 133d0823e3024ee8c26a144034863eac81626c86d0504b8ecd5a65b2863f0156
Contents?: true
Size: 340 Bytes
Versions: 2
Compression:
Stored size: 340 Bytes
Contents
require "baza" require "pry" 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
baza-0.0.38 | spec/spec_helper.rb |
baza-0.0.37 | spec/spec_helper.rb |