Sha256: 5355a9b6f0766f841f622a525049b80ed91c3aff28cd53b8210e5ad90c7d9473

Contents?: true

Size: 231 Bytes

Versions: 2

Compression:

Stored size: 231 Bytes

Contents

require 'shoes/swt/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

2 entries across 2 versions & 1 rubygems

Version Path
shoes-swt-4.0.0.pre4 spec/shoes/swt/configuration_spec.rb
shoes-swt-4.0.0.pre3 spec/shoes/swt/configuration_spec.rb