Sha256: 426d4e4231c42332c100f7a90587bde0806e5c0ac2e4b39f5af0c863396db8f3

Contents?: true

Size: 502 Bytes

Versions: 23

Compression:

Stored size: 502 Bytes

Contents

$:.push '../lib'

require 'transcriber'
require 'ostruct'
require 'json'
require 'stringio'
require 'active_support/core_ext/hash/indifferent_access'

require 'support/examples'
require 'support/out'

RSpec.configure do |config|
  config.before do
    [:Example, :ExampleChild].each do |klass|
      Object.send(:remove_const, klass) if Object.const_defined? klass
    end
  end
end

include Transcriber
include Output
include Examples

Transcriber.configure do |c|
  c.host = 'http://example.com'
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
transcriber-0.0.26 spec/spec_helper.rb
transcriber-0.0.25 spec/spec_helper.rb
transcriber-0.0.24 spec/spec_helper.rb
transcriber-0.0.23 spec/spec_helper.rb
transcriber-0.0.22 spec/spec_helper.rb
transcriber-0.0.21 spec/spec_helper.rb
transcriber-0.0.20 spec/spec_helper.rb
transcriber-0.0.19 spec/spec_helper.rb
transcriber-0.0.18 spec/spec_helper.rb
transcriber-0.0.17 spec/spec_helper.rb
transcriber-0.0.16 spec/spec_helper.rb
transcriber-0.0.15 spec/spec_helper.rb
transcriber-0.0.14 spec/spec_helper.rb
transcriber-0.0.13 spec/spec_helper.rb
transcriber-0.0.12 spec/spec_helper.rb
transcriber-0.0.11 spec/spec_helper.rb
transcriber-0.0.10 spec/spec_helper.rb
transcriber-0.0.9 spec/spec_helper.rb
transcriber-0.0.8 spec/spec_helper.rb
transcriber-0.0.7 spec/spec_helper.rb