Sha256: 4e22e8cf194384f40f2c73f0eefdccdbf1bab76533a4e32301750db32a6fa603

Contents?: true

Size: 214 Bytes

Versions: 12

Compression:

Stored size: 214 Bytes

Contents

require "rubygems"
require "bundler/setup"

Dir[File.dirname(__FILE__) + "/../lib/string_master/*.rb"].each {|f| require f }

RSpec.configure do |config|
  config.expect_with(:rspec) { |c| c.syntax = :should }
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
string_master-0.3.19 spec/spec_helper.rb
string_master-0.3.18 spec/spec_helper.rb
string_master-0.3.17 spec/spec_helper.rb
string_master-0.3.16 spec/spec_helper.rb
string_master-0.3.15 spec/spec_helper.rb
string_master-0.3.14 spec/spec_helper.rb
string_master-0.3.13 spec/spec_helper.rb
string_master-0.3.12 spec/spec_helper.rb
string_master-0.3.11 spec/spec_helper.rb
string_master-0.3.10 spec/spec_helper.rb
string_master-0.3.9 spec/spec_helper.rb
string_master-0.3.8 spec/spec_helper.rb