Skip to content

Instantly share code, notes, and snippets.

View jdee's full-sized avatar
🏳️‍🌈

Jimmy Dee jdee

🏳️‍🌈
View GitHub Profile
Failing Scenarios:
cucumber -p standard features/standard/core_field_help_text.feature:6 # Scenario: Viewing help text on morbidity event core fields
cucumber -p standard features/standard/core_field_help_text.feature:13 # Scenario: Viewing help text on contact event core fields
cucumber -p standard features/standard/event_search.feature:52 # Scenario: Searching for events sent to CDC
cucumber -p standard features/standard/event_search.feature:119 # Scenario: Searching for an events should limit results to configured max
cucumber -p standard features/standard/fb_contact_core_field_configs.feature:6 # Scenario: Contact event core field configs
cucumber -p standard features/standard/fb_morb_core_field_configs.feature:6 # Scenario: Morbidity event core field configs
cucumber -p standard features/standard/show_encounter.feature:6 # Scenario: Navigating to show mode from morb show mode
cucumber -p standard features/standard/web_api_cmrs_client.feature:7 # Scenario: Create CMR
cucumber -p standard vendor/trisano/tr
jdee@fatman:~/github/csinitiative/tickdb/control$ irb
irb(main):001:0> f = File.open '/tmp/abc', 'a'
=> #<File:/tmp/abc>
irb(main):002:0> f.close
=> nil
irb(main):003:0> f.close
IOError: closed stream
from (irb):3:in `close'
from (irb):3