Sha256: f6177596c817cfdf3ffbb8eeef952b8a6d723fb59f8f8e55e4b8fa3db17d8485
Contents?: true
Size: 352 Bytes
Versions: 4
Compression:
Stored size: 352 Bytes
Contents
require 'simplecov' SimpleCov.start require 'polytrix' require 'polytrix/rspec' require 'fabrication' require 'thor_spy' Polytrix.configure do |polytrix| Dir['sdks/*'].each do |sdk| polytrix.build_implementor sdk end end RSpec.configure do |c| c.before(:each) do Polytrix.reset end c.expose_current_running_example_as :example end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
polytrix-0.1.2 | spec/spec_helper.rb |
polytrix-0.1.1 | spec/spec_helper.rb |
polytrix-0.1.0 | spec/spec_helper.rb |
polytrix-0.1.0.pre | spec/spec_helper.rb |