Sha256: b03d0a28b6dfc48c3352238dc484af935197a096729d68a10bd6e89e4dd07eb4
Contents?: true
Size: 224 Bytes
Versions: 1
Compression:
Stored size: 224 Bytes
Contents
require 'spec_helper' describe Outpost::Hook do before :each do @hook = Outpost::Hook.new(path: "finished") end describe "#publish" do it "posts to the uri with the data" do pending end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
outpost-cms-0.0.3 | spec/lib/hook_spec.rb |