Sha256: 83b57327afbabbf4c724c12f3380ec1fe97576feafae91c8c74898f479f1789d

Contents?: true

Size: 274 Bytes

Versions: 3

Compression:

Stored size: 274 Bytes

Contents

require "rspec/expectations"

# Instead of letting cucumber load all of the .rb, we configure
# cucumber to require them (see .config/cucumber.yml).
glob = File.join(File.dirname(__FILE__), '**/*.rb')
ruby_paths = Dir[glob].sort
ruby_paths.each do |path|
  require path
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cute_print-0.3.0 features/support/env.rb
cute_print-0.2.0 features/support/env.rb
cute_print-0.1.0 features/support/env.rb