Sha256: 0f56ba56481334564cdda415daadf2f7ebe76e6bd388aaf567bf3cabefce3287

Contents?: true

Size: 352 Bytes

Versions: 9

Compression:

Stored size: 352 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
require 'sheet'

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config|
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
sheet-0.2.2 spec/spec_helper.rb
sheet-0.2.1 spec/spec_helper.rb
sheet-0.2.0 spec/spec_helper.rb
sheet-0.1.5 spec/spec_helper.rb
sheet-0.1.4 spec/spec_helper.rb
sheet-0.1.3 spec/spec_helper.rb
sheet-0.1.2 spec/spec_helper.rb
sheet-0.1.1 spec/spec_helper.rb
sheet-0.1.0 spec/spec_helper.rb