Sha256: 0261ad69aa8c732ba4b9c42190f8302206c69aa3c7306bcc38522843b73d1311

Contents?: true

Size: 472 Bytes

Versions: 6

Compression:

Stored size: 472 Bytes

Contents

# Given that curate provides custom matchers, factories, etc.
# When someone makes use of curate in their Rails application
# Then we should expose those spec support files to that applications
spec_directory = File.expand_path('../../../spec', __FILE__)

# Dir["#{spec_directory}/factories/**/*.rb"].each { |f| require f }
Dir["#{spec_directory}/support/curation_concern/*.rb"].each { |f| require f }
Dir["#{spec_directory}/support/shared/*.rb"].each { |f| require f }


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
worthwhile-0.1.2 lib/worthwhile/spec_support.rb
worthwhile-0.1.1 lib/worthwhile/spec_support.rb
worthwhile-0.1.0 lib/worthwhile/spec_support.rb
worthwhile-0.0.3 lib/worthwhile/spec_support.rb
worthwhile-0.0.2 lib/worthwhile/spec_support.rb
worthwhile-0.0.1 lib/worthwhile/spec_support.rb