Sha256: d213c66d968cb79c6b5b76824cc91a018bc0af2749ab6004840d67035d648222

Contents?: true

Size: 150 Bytes

Versions: 1

Compression:

Stored size: 150 Bytes

Contents

When /^I change the name of alpha (\w+) to (\w+)$/ do |current, replacement|
  Alpha.find_by_name(current).update_attributes(:name => replacement)
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sherpa99-thinking-sphinx-1.1.4 features/step_definitions/alpha_steps.rb