Sha256: c274e1410f2e08a1e9391d79426321eda2e602ec979fe3cb8f71500179a5476d
Contents?: true
Size: 376 Bytes
Versions: 20
Compression:
Stored size: 376 Bytes
Contents
require 'spec_helper' describe OmniAuth::Strategies::Clio do subject do OmniAuth::Strategies::Clio.new({}) end context "client options" do it 'should have correct name' do subject.options.name.should eq("Clio") end it 'should have correct site' do subject.options.client_options.site.should eq('https://app.goclio.com') end end end
Version data entries
20 entries across 20 versions & 1 rubygems