Sha256: 4f7163d07669ec5d8b0ad36604b39d64efb49b9cd0b09381ac74e9061bdac800
Contents?: true
Size: 393 Bytes
Versions: 15
Compression:
Stored size: 393 Bytes
Contents
require 'spec_helper' include Ratatouille describe Ratatouille do describe "ratify" do it "should return a Ratatouille::Ratifier object" do ratify({}).should be_a Ratatouille::Ratifier end it "should evaluate block in context of a Ratatouille::Ratifier object" do o = nil ratify({}) { o = self } o.should be_a Ratatouille::Ratifier end end end
Version data entries
15 entries across 15 versions & 1 rubygems