Sha256: 33ade594c1fec1246d192f470f49d6dfd2dab0789b333be56bfdef208c2b9b1e

Contents?: true

Size: 261 Bytes

Versions: 82

Compression:

Stored size: 261 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

82 entries across 82 versions & 13 rubygems

Version Path
thinking-sphinx-2.0.1 features/step_definitions/beta_steps.rb
thinking-sphinx-2.0.0 features/step_definitions/beta_steps.rb
thinking-sphinx-1.4.0 features/step_definitions/beta_steps.rb
thorsson_thinking-sphinx-2.0 features/step_definitions/beta_steps.rb
angelf-thinking-sphinx-1.3.18 features/step_definitions/beta_steps.rb
thinking-sphinx-1.3.20 features/step_definitions/beta_steps.rb
thinking-sphinx-2.0.0.rc2 features/step_definitions/beta_steps.rb
thinking-sphinx-1.3.19 features/step_definitions/beta_steps.rb
skalee-thinking-sphinx-1.3.14.2 features/step_definitions/beta_steps.rb
skalee-thinking-sphinx-1.3.14.1 features/step_definitions/beta_steps.rb
thorsson_thinking-sphinx-1.3.18 features/step_definitions/beta_steps.rb
thinking-sphinx-allen-1.3.18.4 features/step_definitions/beta_steps.rb
thinking-sphinx-allen-1.3.18.3 features/step_definitions/beta_steps.rb
thinking-sphinx-allen-1.3.18.2 features/step_definitions/beta_steps.rb
thinking-sphinx-2.0.0.rc1 features/step_definitions/beta_steps.rb
thinking-sphinx-allen-1.3.18.1 features/step_definitions/beta_steps.rb
thinking-sphinx-allen-1.3.18 features/step_definitions/beta_steps.rb
thinking-sphinx-1.3.18 features/step_definitions/beta_steps.rb
josh_cutler-thinking-sphinx-1.3.17 features/step_definitions/beta_steps.rb
hawkerb-thinking-sphinx-1.3.18 features/step_definitions/beta_steps.rb