Sha256: 9a9054956b401e1c54ac09f414a2608d8a9db6ec03f6edff741fcfab4c98abae

Contents?: true

Size: 626 Bytes

Versions: 44

Compression:

Stored size: 626 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 }


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

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
fedux_org-stdlib-0.6.29 spec/spec_helper.rb
fedux_org-stdlib-0.6.28 spec/spec_helper.rb
fedux_org-stdlib-0.6.27 spec/spec_helper.rb
fedux_org-stdlib-0.6.26 spec/spec_helper.rb
fedux_org-stdlib-0.6.25 spec/spec_helper.rb
fedux_org-stdlib-0.6.23 spec/spec_helper.rb
fedux_org-stdlib-0.6.22 spec/spec_helper.rb
fedux_org-stdlib-0.6.21 spec/spec_helper.rb
fedux_org-stdlib-0.6.20 spec/spec_helper.rb
fedux_org-stdlib-0.6.18 spec/spec_helper.rb
fedux_org-stdlib-0.6.17 spec/spec_helper.rb
fedux_org-stdlib-0.6.16 spec/spec_helper.rb
fedux_org-stdlib-0.6.15 spec/spec_helper.rb
fedux_org-stdlib-0.6.14 spec/spec_helper.rb
fedux_org-stdlib-0.6.13 spec/spec_helper.rb
fedux_org-stdlib-0.6.12 spec/spec_helper.rb
fedux_org-stdlib-0.6.11 spec/spec_helper.rb
fedux_org-stdlib-0.6.9 spec/spec_helper.rb
fedux_org-stdlib-0.6.8 spec/spec_helper.rb
fedux_org-stdlib-0.6.7 spec/spec_helper.rb