spec/lib/fozzie/config_spec.rb in fozzie-0.0.5 vs spec/lib/fozzie/config_spec.rb in fozzie-0.0.6

- old
+ new

@@ -8,10 +8,10 @@ end it { should respond_to(:configure) } it { should respond_to(:config) } it { should respond_to(:c) } - + it "allows dynamic assignment" do { :host => 'somewhere.local', :port => 99 }.each do |field, val| \ No newline at end of file