Sha256: afd426ca7c6a018d695cf3d836a1fcb5f0f0680b8f38af09388606d638d901da
Contents?: true
Size: 489 Bytes
Versions: 2
Compression:
Stored size: 489 Bytes
Contents
Feature: upload file from lolita and manage file attributes Files in lolita have name attribute. Any attributes can be changed after file is uploaded. File always is related with some ORM class object. Scenario: upload file Given a lolita And a rails And rails application And lolita-file-upload And I visit new post When I upload file normal_file.txt Then I see normal_file And I change file attribute name to my_file And save file Then I see my_file
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lolita-file-upload-0.2.1 | features/upload_file.feature |
lolita-file-upload-0.2.0 | features/upload_file.feature |