Sha256: 9e7387d448b43acbe9b3ea16aa2bcf5493f587cf3294f46dd30ade36b76638d6

Contents?: true

Size: 528 Bytes

Versions: 14

Compression:

Stored size: 528 Bytes

Contents

require "rubygems"
gem "rspec", ">= 1.2.8"
require "spec"
require File.join(File.dirname(__FILE__), "..", "lib", "apricoteatsgorilla")

Spec::Runner.configure do |config|
  config.mock_with :rr
end

module SpecHelper
  def reset_library_options
    ApricotEatsGorilla.setup do |setup|
      setup.sort_keys = true
      setup.disable_tag_names_to_lower_camel_case = false
      setup.disable_hash_keys_to_snake_case = false
      setup.disable_hash_keys_to_symbols = false
      setup.nodes_to_namespace = nil
    end
  end
end

Version data entries

14 entries across 14 versions & 3 rubygems

Version Path
rubiii-apricoteatsgorilla-0.5.2 spec/spec_helper.rb
rubiii-apricoteatsgorilla-0.5.3 spec/spec_helper.rb
rubiii-apricoteatsgorilla-0.5.4 spec/spec_helper.rb
rubiii-apricoteatsgorilla-0.5.5 spec/spec_helper.rb
rubiii-apricoteatsgorilla-0.5.6 spec/spec_helper.rb
rubiii-apricoteatsgorilla-0.5.7 spec/spec_helper.rb
rubiii-apricoteatsgorilla-0.5.8 spec/spec_helper.rb
smacks-apricoteatsgorilla-0.5.1 spec/spec_helper.rb
smacks-apricoteatsgorilla-0.5.2 spec/spec_helper.rb
apricoteatsgorilla-0.5.13 spec/spec_helper.rb
apricoteatsgorilla-0.5.12 spec/spec_helper.rb
apricoteatsgorilla-0.5.11 spec/spec_helper.rb
apricoteatsgorilla-0.5.10 spec/spec_helper.rb
apricoteatsgorilla-0.5.9 spec/spec_helper.rb