Sha256: 45a0912984bc5406b96f194c3be03a7d3d622eb12deeb79f30614ac705ad0ea3

Contents?: true

Size: 260 Bytes

Versions: 14

Compression:

Stored size: 260 Bytes

Contents

When /^I create a new beta named (\w+)$/ do |name|
  Beta.create(:name => name, :value => 101)
end

When /^I change the (\w+) of beta (\w+) to (\w+)$/ do |column, name, replacement|
  Beta.find_by_name(name).update_attributes(column.to_sym => replacement)
end

Version data entries

14 entries across 14 versions & 4 rubygems

Version Path
thinking-sphinx-1.3.4 features/step_definitions/beta_steps.rb
thinking-sphinx-1.3.3 features/step_definitions/beta_steps.rb
thinking-sphinx-099-1.3.2 features/step_definitions/beta_steps.rb
thinking-sphinx-1.3.2 features/step_definitions/beta_steps.rb
moneypools-thinking-sphinx-1.3.1 features/step_definitions/beta_steps.rb
thinking-sphinx-1.3.1 features/step_definitions/beta_steps.rb
thinking-sphinx-099-1.3.1 features/step_definitions/beta_steps.rb
thinking-sphinx-099-1.3.0 features/step_definitions/beta_steps.rb
thinking-sphinx-1.3.0 features/step_definitions/beta_steps.rb
thinking-sphinx-099-1.2.13 features/step_definitions/beta_steps.rb
thinking-sphinx-1.2.13 features/step_definitions/beta_steps.rb
moneypools-thinking-sphinx-1.2.13 features/step_definitions/beta_steps.rb
moneypools-thinking-sphinx-1.2.12 features/step_definitions/beta_steps.rb
warp-thinking-sphinx-1.2.12 features/step_definitions/beta_steps.rb