Sha256: 30e2a984db8fbaa43958925ea5224d86f32b7854725ec9305357705b5e90e801
Contents?: true
Size: 222 Bytes
Versions: 6
Compression:
Stored size: 222 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
6 entries across 6 versions & 1 rubygems