Sha256: 1a00cd058c665a4dcb231312d2676ac75abb2d30d4d64240fbe95b0c65a7b93d

Contents?: true

Size: 220 Bytes

Versions: 3

Compression:

Stored size: 220 Bytes

Contents

require 'spec_helper'

describe Shoes::Configuration do
  context ":swt" do
    describe "#backend" do
      it "sets backend" do
        expect(Shoes.configuration.backend).to eq(Shoes::Swt)
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
shoes-swt-4.0.0.pre7 spec/shoes/swt/configuration_spec.rb
shoes-swt-4.0.0.pre6 spec/shoes/swt/configuration_spec.rb
shoes-swt-4.0.0.pre5 spec/shoes/swt/configuration_spec.rb