Sha256: 0890d2f3c794b56857087e3397108dea9eb8301aac93cdb1d98c806033d74ad3

Contents?: true

Size: 189 Bytes

Versions: 7

Compression:

Stored size: 189 Bytes

Contents

require "refile/test_app"

feature "simple form upload" do
  scenario "renders a normal input" do
    visit "/simple_form/posts/new"
    attach_file "Document", path("hello.txt")
  end
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
leifcr-refile-0.7.3 spec/refile/features/simple_form_spec.rb
leifcr-refile-0.7.1 spec/refile/features/simple_form_spec.rb
leifcr-refile-0.7.0 spec/refile/features/simple_form_spec.rb
leifcr-refile-0.6.3 spec/refile/features/simple_form_spec.rb
refile-0.6.2 spec/refile/features/simple_form_spec.rb
refile-0.6.1 spec/refile/features/simple_form_spec.rb
refile-0.6.0 spec/refile/features/simple_form_spec.rb