Sha256: 7f36cdc93d1f53f38749a68671f7861b3211a84180d9558629618c664e851cb0

Contents?: true

Size: 319 Bytes

Versions: 134

Compression:

Stored size: 319 Bytes

Contents

require 'spec/expectations'

require File.dirname(__FILE__) + '/../../../../features/step_definitions/cucumber_steps.rb'
require File.dirname(__FILE__) + '/../../../../features/support/env.rb'

Given /^multiline string$/ do |string|
  @string = string
end

Then /^string is$/ do |string|
  @string.should == string
end

Version data entries

134 entries across 134 versions & 13 rubygems

Version Path
aslakhellesoy-cucumber-0.3.3.1 examples/tickets/features/279/py_string_indent.steps.rb
aslakhellesoy-cucumber-0.3.3.2 examples/tickets/features/279/py_string_indent.steps.rb
aslakhellesoy-cucumber-0.3.3.3 examples/tickets/features/279/py_string_indent.steps.rb
aslakhellesoy-cucumber-0.3.3.4 examples/tickets/features/279/py_string_indent.steps.rb
aslakhellesoy-cucumber-0.3.3.5 examples/tickets/features/279/py_string_indent.steps.rb
aslakhellesoy-cucumber-0.3.3.6 examples/tickets/features/279/py_string_indent.steps.rb
aslakhellesoy-cucumber-0.3.3 examples/tickets/features/279/py_string_indent.steps.rb
aslakhellesoy-cucumber-0.3.4 examples/tickets/features/279/py_string_indent.steps.rb
aslakhellesoy-cucumber-0.3.5 examples/tickets/features/279/py_string_indent.steps.rb
aslakhellesoy-cucumber-0.3.6.1 examples/tickets/features/279/py_string_indent.steps.rb
aslakhellesoy-cucumber-0.3.7.1 examples/tickets/features/279/py_string_indent.steps.rb
aslakhellesoy-cucumber-0.3.7.2 examples/tickets/features/279/py_string_indent.steps.rb
aslakhellesoy-cucumber-0.3.7.3 examples/tickets/features/279/py_string_indent.steps.rb
aslakhellesoy-cucumber-0.3.7.4 examples/tickets/features/279/py_string_indent.steps.rb
aslakhellesoy-cucumber-0.3.7.5 examples/tickets/features/279/py_string_indent.steps.rb
aslakhellesoy-cucumber-0.3.7 examples/tickets/features/279/py_string_indent.steps.rb
aslakhellesoy-cucumber-0.3.8 examples/tickets/features/279/py_string_indent.steps.rb
aslakhellesoy-cucumber-0.3.9.1 examples/tickets/features/279/py_string_indent.steps.rb
aslakhellesoy-cucumber-0.3.9.2 examples/tickets/features/279/py_string_indent.steps.rb
aslakhellesoy-cucumber-0.3.9.3 examples/tickets/features/279/py_string_indent.steps.rb