dingtalk_spec.rb 198 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 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