Sha256: 348b25ca0c662e7b78a40e6428fa92eab578a7f70082f4a3cfe4c1c2a50fd89b
Contents?: true
Size: 249 Bytes
Versions: 8
Compression:
Stored size: 249 Bytes
Contents
require "rspec/expectations" # Instead of letting cucumber load all of the .rb, we configure # cucumber to require them (in .config/cucumber.yml) glob = File.join(File.dirname(__FILE__), '**/*.rb') Dir[glob].sort.each do |path| require path end
Version data entries
8 entries across 8 versions & 1 rubygems