Sha256: c422d66c175b972421f0bfe32db7b478a79517f437e5729872a96e7cc29ab92b

Contents?: true

Size: 305 Bytes

Versions: 11

Compression:

Stored size: 305 Bytes

Contents

require "test_helper"

describe "Workflow", :capybara do
  it "has index" do
    visit listings_path
    page.has_css? '.count', text: '1'
    page.has_link? '.sortable', count: 2
    page.has_link? '.copy', count: 1
    page.has_link? '.edit', count: 1
    page.has_link? '.destroy', count: 1

  end

end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
smarter_listing-0.4.2 test/integrations/workflow_test.rb
smarter_listing-0.4.2.pre test/integrations/workflow_test.rb
smarter_listing-0.4.0 test/integrations/workflow_test.rb
smarter_listing-0.3.7 test/integrations/workflow_test.rb
smarter_listing-0.3.6 test/integrations/workflow_test.rb
smarter_listing-0.3.5 test/integrations/workflow_test.rb
smarter_listing-0.3.4 test/integrations/workflow_test.rb
smarter_listing-0.3.3 test/integrations/workflow_test.rb
smarter_listing-0.3.2 test/integrations/workflow_test.rb
smarter_listing-0.3.0 test/integrations/workflow_test.rb
smarter_listing-0.2.9 test/integrations/workflow_test.rb