Sha256: 463d70de681c895492a1a06fae32c7f8d5f2936779114cef518373899ca8c0b9

Contents?: true

Size: 679 Bytes

Versions: 56

Compression:

Stored size: 679 Bytes

Contents

# encoding: utf-8
$LOAD_PATH << File.expand_path('../../lib', __FILE__)
require 'fedux_org_stdlib'
# Avoid writing "describe MyModule::MyClass do [..]" but "describe MyClass do [..]"
include FeduxOrgStdlib

require 'simplecov'
SimpleCov.command_name 'rspec'
SimpleCov.start

# Pull in all of the gems including those in the `test` group
require 'bundler'
Bundler.require :default, :test, :development

# Loading support files
Dir.glob(::File.expand_path('../support/*.rb', __FILE__)).each { |f| require_relative f }
Dir.glob(::File.expand_path('../matchers/*.rb', __FILE__)).each { |f| require_relative f }

def examples_directory
  File.expand_path('../examples', __FILE__)
end

Version data entries

56 entries across 56 versions & 1 rubygems

Version Path
fedux_org-stdlib-0.8.6 spec/spec_helper.rb
fedux_org-stdlib-0.8.5 spec/spec_helper.rb
fedux_org-stdlib-0.8.4 spec/spec_helper.rb
fedux_org-stdlib-0.8.3 spec/spec_helper.rb
fedux_org-stdlib-0.8.0 spec/spec_helper.rb
fedux_org-stdlib-0.7.33 spec/spec_helper.rb
fedux_org-stdlib-0.7.31 spec/spec_helper.rb
fedux_org-stdlib-0.7.30 spec/spec_helper.rb
fedux_org-stdlib-0.7.29 spec/spec_helper.rb
fedux_org-stdlib-0.7.28 spec/spec_helper.rb
fedux_org-stdlib-0.7.27 spec/spec_helper.rb
fedux_org-stdlib-0.7.26 spec/spec_helper.rb
fedux_org-stdlib-0.7.25 spec/spec_helper.rb
fedux_org-stdlib-0.7.24 spec/spec_helper.rb
fedux_org-stdlib-0.7.23 spec/spec_helper.rb
fedux_org-stdlib-0.7.22 spec/spec_helper.rb