Sha256: 9fbb9d9d78571991dc653e3306b54a4b4ee9b2dde0c0aa031cfbbbeb560329e6

Contents?: true

Size: 317 Bytes

Versions: 6

Compression:

Stored size: 317 Bytes

Contents

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

describe "Avburn" do
  it "should find programmers" do
    Prog.all.should_not be_empty
  end


  describe "FuseStore" do

    it "should behave like hash" do
      fs = FuseStore.new
      fs[:foo] = 2
      fs[:foo].should eql(2)
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
avburn-0.5.0 spec/avburn_spec.rb
avburn-0.2.1 spec/avburn_spec.rb
avburn-0.2.0 spec/avburn_spec.rb
avburn-0.1.0 spec/avburn_spec.rb
avburn-0.0.2 spec/avburn_spec.rb
avburn-0.0.1 spec/avburn_spec.rb