class Cucumber::Rake::Task

def cucumber_opts_with_profile #:nodoc:

:nodoc:
def cucumber_opts_with_profile #:nodoc:
  @profile ? [cucumber_opts, '--profile', @profile] : cucumber_opts
end