Sha256: 31775362e140533fd98366750cf6bf2283e111267738aec8966ba095fb6f822b

Contents?: true

Size: 168 Bytes

Versions: 15

Compression:

Stored size: 168 Bytes

Contents

require "rubygems"
require "bundler/setup"
require "rspec"

require_relative "../lib/structure"

Dir["#{File.dirname(__FILE__)}/models/**/*.rb"].each { |f| require f }

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
structure-0.12.2 spec/spec_helper.rb
structure-0.12.1 spec/spec_helper.rb
structure-0.12.0 spec/spec_helper.rb
structure-0.11.0 spec/spec_helper.rb
structure-0.10.0 spec/spec_helper.rb
structure-0.9.0 spec/spec_helper.rb
structure-0.8.0 spec/spec_helper.rb
structure-0.7.1 spec/spec_helper.rb
structure-0.7.0 spec/spec_helper.rb
structure-0.6.0 spec/spec_helper.rb
structure-0.5.0 spec/spec_helper.rb
structure-0.4.0 spec/spec_helper.rb
structure-0.3.1 spec/spec_helper.rb
structure-0.3.0 spec/spec_helper.rb
structure-0.2.0 spec/spec_helper.rb