Sha256: 13f6660636a408e59531e9b811dabb35fa9f2366cc653a8d40be77143b956581

Contents?: true

Size: 451 Bytes

Versions: 8

Compression:

Stored size: 451 Bytes

Contents

RSpec.configure do |config|
  # Use color in STDOUT
  config.color_enabled = true

  # Use color not only in STDOUT but also in pagers and files
  config.tty = true

  # Use the specified formatter
  #config.formatter = :documentation # :progress, :html, :textmate
end


root = File.dirname(__FILE__)+'/..'


Dir[root+'/spec/support/*'].each {|f| require f}

require "#{root}/lib/entityjs"

Dir[root+"/lib/entityjs/*.rb"].each {|file| require file }

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
entityjs-0.4.4 spec/spec_helper.rb
entityjs-0.4.3 spec/spec_helper.rb
entityjs-0.4.2 spec/spec_helper.rb
entityjs-0.4.1 spec/spec_helper.rb
entityjs-0.4.0 spec/spec_helper.rb
entityjs-0.3.2 spec/spec_helper.rb
entityjs-0.3.1 spec/spec_helper.rb
entityjs-0.3.0 spec/spec_helper.rb