Sha256: 93aa3d86ba314b276531a8052b64ad461185321bac972b463566d748ec78b013
Contents?: true
Size: 379 Bytes
Versions: 4
Compression:
Stored size: 379 Bytes
Contents
require 'debugger' require 'rspec' require 'rspec/core' require 'rspec/mocks' require File.expand_path('../../lib/fastdfs-client', __FILE__) require File.expand_path('../test_config', __FILE__) require File.expand_path('../mock_tcp_socket', __FILE__) FC = Fastdfs::Client RSpec.configure do |config| config.mock_with :rspec do |c| c.syntax = [:should, :expect] end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
fastdfs-client-1.0.0 | spec/spec_helper.rb |
fastdfs-client-0.0.5 | spec/spec_helper.rb |
fastdfs-client-0.0.3 | spec/spec_helper.rb |
fastdfs-client-0.0.2 | spec/spec_helper.rb |