Sha256: 306ec7960fc72bf368b2db00c579a7d35b31cbe2d7b2f9d0e9ff02d848f255a2

Contents?: true

Size: 275 Bytes

Versions: 7

Compression:

Stored size: 275 Bytes

Contents

Given(/^a feature file model based on "([^"]*)"$/) do |file_name|
  file_path = "#{@default_file_directory}/#{file_name}"
  File.open(file_path, 'w') { |file| file.puts "Feature:" } unless File.exists?(file_path)

  @model = CukeModeler::FeatureFile.new(file_path)
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
cuke_modeler-1.1.1 testing/cucumber/step_definitions/feature_file_steps.rb
cuke_modeler-1.1.0 testing/cucumber/step_definitions/feature_file_steps.rb
cuke_modeler-1.0.4 testing/cucumber/step_definitions/feature_file_steps.rb
cuke_modeler-1.0.3 testing/cucumber/step_definitions/feature_file_steps.rb
cuke_modeler-1.0.2 testing/cucumber/step_definitions/feature_file_steps.rb
cuke_modeler-1.0.1 features/step_definitions/feature_file_steps.rb
cuke_modeler-1.0.0 features/step_definitions/feature_file_steps.rb