Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cucumber « bin - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f135a756480524e552075cd7e6d612bab025a70c (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env ruby
begin
  load File.expand_path('../spring', __FILE__)
rescue LoadError => e
  raise unless e.message.include?('spring')
end
require 'bundler/setup'
load Gem.bin_path('cucumber', 'cucumber')