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.54 spec/spec_helper.rb
fedux_org-stdlib-0.6.53 spec/spec_helper.rb
fedux_org-stdlib-0.6.52 spec/spec_helper.rb
fedux_org-stdlib-0.6.51 spec/spec_helper.rb
fedux_org-stdlib-0.6.50 spec/spec_helper.rb
fedux_org-stdlib-0.6.48 spec/spec_helper.rb
fedux_org-stdlib-0.6.47 spec/spec_helper.rb
fedux_org-stdlib-0.6.46 spec/spec_helper.rb
fedux_org-stdlib-0.6.45 spec/spec_helper.rb
fedux_org-stdlib-0.6.44 spec/spec_helper.rb
fedux_org-stdlib-0.6.43 spec/spec_helper.rb
fedux_org-stdlib-0.6.40 spec/spec_helper.rb
fedux_org-stdlib-0.6.39 spec/spec_helper.rb
fedux_org-stdlib-0.6.38 spec/spec_helper.rb
fedux_org-stdlib-0.6.37 spec/spec_helper.rb
fedux_org-stdlib-0.6.34 spec/spec_helper.rb
fedux_org-stdlib-0.6.33 spec/spec_helper.rb
fedux_org-stdlib-0.6.32 spec/spec_helper.rb
fedux_org-stdlib-0.6.31 spec/spec_helper.rb
fedux_org-stdlib-0.6.30 spec/spec_helper.rb