Skip to content

Commit 11eca4e

Browse files
committed
Rename file used for non-existent file spec
1 parent f275a06 commit 11eca4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/fcm_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
end
9191

9292
it 'raises an error when passed a string of a file that does not exist' do
93-
fcm = FCM.new('fake_credentials.json', '', {})
93+
fcm = FCM.new('example.txt', '', {})
9494
expect { fcm.__send__(:json_key) }.to raise_error(creds_error)
9595
end
9696
end

0 commit comments

Comments
 (0)