Sha256: 443f75197accfacdf04766227f046b92678af0159ec7fdb5c0bfbdc18e18808d
Contents?: true
Size: 292 Bytes
Versions: 1
Compression:
Stored size: 292 Bytes
Contents
require 'helper' describe Flipper::Gate do let(:feature_name) { :stats } subject { described_class.new } describe "#inspect" do it "returns easy to read string representation" do string = subject.inspect string.should include('Flipper::Gate') end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
flipper-0.7.0.beta1 | spec/flipper/gate_spec.rb |