Initial commit
This commit is contained in:
11
spec/api/base_spec.rb
Normal file
11
spec/api/base_spec.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
describe API::Base do
|
||||
describe 'API::Base' do
|
||||
it 'should exist' do
|
||||
expect(API::Base).to eq(API::Base)
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user