We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ccfdb commit 3dbf934Copy full SHA for 3dbf934
spec/line/bot/api/spec.rb
@@ -1,7 +1,7 @@
1
require 'spec_helper'
2
3
-describe Line::Bot::API do
+describe 'Line::Bot' do
4
it 'has a version number' do
5
- expect(Line::Bot::API::VERSION).not_to be nil
+ expect(Line::Bot::VERSION).not_to be nil
6
end
7
0 commit comments