Sha256: cde574f48fc02517484f74c91d8951444c3e452a8d389f8ef42547af3ef86d0b

Contents?: true

Size: 253 Bytes

Versions: 8

Compression:

Stored size: 253 Bytes

Contents

require "rubygems"
require "bundler/setup"

require 'rspec'

require File.expand_path('../../lib/chart-candy', __FILE__)

Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }

RSpec.configure do |config|
  config.mock_with :rspec
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
chart-candy-0.1.1 spec/spec_helper.rb
chart-candy-0.1.0 spec/spec_helper.rb
chart-candy-0.0.12 spec/spec_helper.rb
chart-candy-0.0.11 spec/spec_helper.rb
chart-candy-0.0.10 spec/spec_helper.rb
chart-candy-0.0.9 spec/spec_helper.rb
chart-candy-0.0.8 spec/spec_helper.rb
chart-candy-0.0.7 spec/spec_helper.rb