Sha256: 3c6ffd09570cab197bc4354fcb8fd2091a8b5fc7c631f66228c4907db553d4e1
Contents?: true
Size: 212 Bytes
Versions: 17
Compression:
Stored size: 212 Bytes
Contents
Given /^the Stove config at "(.+)" is "(.+)"/ do |variable, value| Stove::Config.__set__(variable, value) end Given /^the Stove config at "(.+)" is unset/ do |variable| Stove::Config.__unset__(variable) end
Version data entries
17 entries across 17 versions & 2 rubygems