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.10.6 spec/spec_helper.rb
fedux_org-stdlib-0.10.5 spec/spec_helper.rb
fedux_org-stdlib-0.10.4 spec/spec_helper.rb
fedux_org-stdlib-0.10.3 spec/spec_helper.rb
fedux_org-stdlib-0.10.2 spec/spec_helper.rb
fedux_org-stdlib-0.10.1 spec/spec_helper.rb
fedux_org-stdlib-0.10.0 spec/spec_helper.rb
fedux_org-stdlib-0.9.8 spec/spec_helper.rb
fedux_org-stdlib-0.9.7 spec/spec_helper.rb
fedux_org-stdlib-0.9.6 spec/spec_helper.rb
fedux_org-stdlib-0.9.5 spec/spec_helper.rb
fedux_org-stdlib-0.9.4 spec/spec_helper.rb
fedux_org-stdlib-0.9.2 spec/spec_helper.rb
fedux_org-stdlib-0.9.1 spec/spec_helper.rb
fedux_org-stdlib-0.9.0 spec/spec_helper.rb
fedux_org-stdlib-0.8.11 spec/spec_helper.rb
fedux_org-stdlib-0.8.10 spec/spec_helper.rb
fedux_org-stdlib-0.8.9 spec/spec_helper.rb
fedux_org-stdlib-0.8.8 spec/spec_helper.rb
fedux_org-stdlib-0.8.7 spec/spec_helper.rb