mirror of
https://github.com/wahyd4/dingtalk.git
synced 2026-08-09 04:45:54 +10:00
12 lines
198 B
Ruby
12 lines
198 B
Ruby
require 'spec_helper'
|
|
|
|
describe Dingtalk do
|
|
it 'has a version number' do
|
|
expect(Dingtalk::VERSION).not_to be nil
|
|
end
|
|
|
|
it 'does something useful' do
|
|
expect(false).to eq(true)
|
|
end
|
|
end
|