Files
dingtalk/spec/dingtalk_spec.rb
2016-02-26 10:15:31 +08:00

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