spec/sucker_spec.rb in sucker-2.0.0 vs spec/sucker_spec.rb in sucker-2.1.0
- old
+ new
@@ -4,13 +4,6 @@
describe ".new" do
it "returns a request" do
subject.new.should be_a Sucker::Request
end
end
-
- describe ".configure" do
- it "yields the configuration" do
- Sucker::Config.should_receive(:configure)
- subject.configure { |c| }
- end
- end
end