Sha256: 883112fc98eacf14d5865c20312cfe3723781d410fa4869726fa8e37c6cdbc32

Contents?: true

Size: 326 Bytes

Versions: 16

Compression:

Stored size: 326 Bytes

Contents

When /^I use the ([\w]+) scope$/ do |scope|
  @results = results.send(scope.to_sym)
end

When /^I use the ([\w]+) scope set to "([^\"]*)"$/ do |scope, value|
  @results = results.send(scope.to_sym, value)
end

When /^I use the ([\w]+) scope set to (\d+)$/ do |scope, int|
  @results = results.send(scope.to_sym, int.to_i)
end

Version data entries

16 entries across 16 versions & 4 rubygems

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