Skip to content

Commit 2ef3fed

Browse files
committed
update fixtures files
1 parent 9104df9 commit 2ef3fed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spec/nuki_api/smartlocks_auth_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
RSpec.describe NukiApi, 'listings' do
66
describe 'smartlocks_auth' do
77
let(:request_path) { '/smartlock/log' }
8-
let(:body) { fixture('smartlock_log.json') }
8+
let(:body) { fixture('smartlocks_log.json') }
99
let(:status) { 200 }
1010

1111
before do

spec/nuki_api/smartlocks_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
RSpec.describe NukiApi, 'smartlocks' do
66
let(:request_path) { '/smartlock' }
7-
let(:body) { fixture('smartlock.json') }
7+
let(:body) { fixture('smartlocks.json') }
88
let(:status) { 200 }
99

1010
before do

0 commit comments

Comments
 (0)