summaryrefslogtreecommitdiff
path: root/vendor/plugins/thinking-sphinx/features/step_definitions/alpha_steps.rb
blob: 987b10b02872130a8e1e0eadcba804b035543ed1 (plain)
1
2
3
When /^I change the name of alpha (\w+) to (\w+)$/ do |current, replacement|
  Alpha.find_by_name(current).update_attributes(:name => replacement)
end