Sha256: 9ac54ef303d40d542907080b96747fb8a591a5d9f83afa869247081a7b28dd49
Contents?: true
Size: 459 Bytes
Versions: 5
Compression:
Stored size: 459 Bytes
Contents
require 'spec_helper' describe "cats.png" do subject{ cli(sample("cats.png")) } its(:size){ should < 4_000 } it "should get 2nd cat" do should include("Second cat is Marussia") end it "should get 3rd cat" do should include("Hello, third kitten is Bessy") end it "should get 4th cat" do should include("Fourth and last cat is Luke") end it "should get hint" do should include("Good, but look a bit deeper...") end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
zsteg-0.1.2 | spec/cats_spec.rb |
zsteg-0.1.1 | spec/cats_spec.rb |
zsteg-0.1.0 | spec/cats_spec.rb |
zsteg-0.0.1 | spec/cats_spec.rb |
zsteg-0.0.0 | spec/cats_spec.rb |