class Spring::Commands::Cucumber

Public Instance Methods

env(*) click to toggle source
# File lib/spring/commands/cucumber.rb, line 4
def env(*)
  "test"
end
exec_name() click to toggle source
# File lib/spring/commands/cucumber.rb, line 8
def exec_name
  "cucumber"
end