Sha256: 5ee449a647ee019fbc3a99093e1e4acc52b5ab7f0de4c896d184aca669cea038

Contents?: true

Size: 194 Bytes

Versions: 9

Compression:

Stored size: 194 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/spec_helper')

describe Quebert do
  
  it "should have configuration keys" do
    Quebert.configuration.should respond_to(:backend)
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
quebert-1.0.1 spec/quebert_spec.rb
quebert-1.0.0 spec/quebert_spec.rb
quebert-0.0.9 spec/quebert_spec.rb
quebert-0.0.8 spec/quebert_spec.rb
quebert-0.0.6 spec/quebert_spec.rb
quebert-0.0.4 spec/quebert_spec.rb
quebert-0.0.3 spec/quebert_spec.rb
quebert-0.0.1 spec/quebert_spec.rb
quebert-0.0.0 spec/quebert_spec.rb