Sha256: 40879bdc3eca875f5ac00b665680f92f8dfa4fd646b70ca5fe0e14371e575048

Contents?: true

Size: 226 Bytes

Versions: 1

Compression:

Stored size: 226 Bytes

Contents

require 'swt_shoes/spec_helper'

describe Shoes::Configuration do
  context ":swt" do
    describe "#backend" do
      it "sets backend" do
        Shoes.configuration.backend.should == Shoes::Swt
      end
    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shoes-4.0.0.pre1 spec/swt_shoes/configuration_spec.rb