Sha256: 74c2b6b840df89bb632f330adb0e1ee3cba6d261b2bc53e90f6dda7dc01b77a7
Contents?: true
Size: 334 Bytes
Versions: 5
Compression:
Stored size: 334 Bytes
Contents
# this should get you up and running for using RackBox with RSpec require File.dirname(__FILE__) + '/../rackbox' spec_configuration = nil spec_configuration = Spec::Example if defined? Spec::Example spec_configuration = Spec::Runner if defined? Spec::Runner spec_configuration.configure do |config| config.use_blackbox = true end
Version data entries
5 entries across 5 versions & 2 rubygems