Sha256: 7f08f269293dedb21b076806fee4e73dda0ae589360ccb9bf6023338d196f64a

Contents?: true

Size: 293 Bytes

Versions: 7

Compression:

Stored size: 293 Bytes

Contents

require 'test_helper'

class DynamicStepsTest < ActiveSupport::IntegrationCase
  test 'set dynamic steps from params' do
    steps = ['first', 'second']
    visit dynamic_steps_path(:steps => steps)
    assert has_content?(steps.first.inspect)
    assert has_content?(steps.inspect)
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
wicked-1.0.2 test/integration/dynamic_steps_test.rb
wicked-1.0.1 test/integration/dynamic_steps_test.rb
wicked-1.0.0 test/integration/dynamic_steps_test.rb
wicked-0.6.1 test/integration/dynamic_steps_test.rb
wicked-0.6.0 test/integration/dynamic_steps_test.rb
wicked-0.5.0 test/integration/dynamic_steps_test.rb
wicked-0.4.0 test/integration/dynamic_steps_test.rb