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.11.18 spec/spec_helper.rb
fedux_org-stdlib-0.11.17 spec/spec_helper.rb
fedux_org-stdlib-0.11.16 spec/spec_helper.rb
fedux_org-stdlib-0.11.15 spec/spec_helper.rb
fedux_org-stdlib-0.11.14 spec/spec_helper.rb
fedux_org-stdlib-0.11.12 spec/spec_helper.rb
fedux_org-stdlib-0.11.11 spec/spec_helper.rb
fedux_org-stdlib-0.11.9 spec/spec_helper.rb
fedux_org-stdlib-0.11.8 spec/spec_helper.rb
fedux_org-stdlib-0.11.7 spec/spec_helper.rb
fedux_org-stdlib-0.11.6 spec/spec_helper.rb
fedux_org-stdlib-0.11.5 spec/spec_helper.rb
fedux_org-stdlib-0.11.4 spec/spec_helper.rb
fedux_org-stdlib-0.11.3 spec/spec_helper.rb
fedux_org-stdlib-0.11.2 spec/spec_helper.rb
fedux_org-stdlib-0.11.1 spec/spec_helper.rb
fedux_org-stdlib-0.11.0 spec/spec_helper.rb
fedux_org-stdlib-0.10.9 spec/spec_helper.rb
fedux_org-stdlib-0.10.8 spec/spec_helper.rb
fedux_org-stdlib-0.10.7 spec/spec_helper.rb