Skip to content

Commit 3dbf934

Browse files
committed
NO-ISSUE fix spec
1 parent 23ccfdb commit 3dbf934

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/line/bot/api/spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require 'spec_helper'
22

3-
describe Line::Bot::API do
3+
describe 'Line::Bot' do
44
it 'has a version number' do
5-
expect(Line::Bot::API::VERSION).not_to be nil
5+
expect(Line::Bot::VERSION).not_to be nil
66
end
77
end

0 commit comments

Comments
 (0)