Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
@wip volumetrics upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbashdown committed Aug 23, 2013
1 parent 61da2a1 commit e93b1d2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions features/contrib/evl_upload.feature
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,16 @@ Feature: EVL Upload
{"_timestamp": "2013-08-01T00:00:00+00:00", "_id": "2013-08-01", "satisfaction_tax_disc": 1.2487024060928635, "satisfaction_sorn": 1.4370298628996634}
{"_timestamp": "2007-07-01T00:00:00+00:00", "_id": "2007-07-01", "satisfaction_tax_disc": 1.1662755514934828, "satisfaction_sorn": 1.3581011781786714}
"""
@wip
Scenario: Upload evl volumetrics
Given a file named "evl-volumetrics.xls" with fixture "contrib/evl-volumetrics.xls"
and I am logged in
when I go to "/evl_volumetrics/upload"
and I enter "evl-volumetrics.xls" into the file upload field
and I click "Upload"
then the platform should have "336" items stored in "evl_volumetrics"
and the "evl_volumetrics" bucket should have items:
"""
{"_timestamp": "2013-08-01T00:00:00+00:00", "_id": "2013-08-01", "service": 1.2487024060928635, "channel": 1.4370298628996634}
{"_timestamp": "2007-07-01T00:00:00+00:00", "_id": "2007-07-01", "service": 1.1662755514934828, "channel": 1.3581011781786714}
"""

0 comments on commit e93b1d2

Please sign in to comment.