Skip to content

Commit 9bf2a3b

Browse files
committed
add VCR with basic recording
1 parent f0972b5 commit 9bf2a3b

15 files changed

Lines changed: 2395 additions & 49 deletions

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ spec/reports
1212
test/tmp
1313
test/version_tmp
1414
tmp
15+
# Gemfile.lock shouldn't be checked in for gems
16+
Gemfile.lock
1517

1618
# YARD artifacts
1719
.yardoc
@@ -21,4 +23,4 @@ doc/
2123

2224
# Extra's not part of the template
2325
.buildpath
24-
.project
26+
.project

test/fixtures/.gitkeep

Whitespace-only changes.

test/fixtures/vcr_cassettes/initial_connection.yml

Lines changed: 569 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/fixtures/vcr_cassettes/test_0001_returns_an_Array_of_devices_when_searched_by_name.yml

Lines changed: 93 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/fixtures/vcr_cassettes/test_0002_returns_device_uptime_when_asked.yml

Lines changed: 114 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)