Sha256: 20ea127fce8a433b3d3416c55407510ad47c90943fa60dde1b64c13ab9e84138

Contents?: true

Size: 152 Bytes

Versions: 1

Compression:

Stored size: 152 Bytes

Contents

describe Hello do 
  context "first test" do
    it "is a test" do 
      @hello = Hello.new
      expect(@hello.pow(3, 2)).to eql(9)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
first_gem_aj_rb-0.0.1 spec/test_spec.rb