spec/lib/http/options/form_spec.rb in http-2.0.1 vs spec/lib/http/options/form_spec.rb in http-2.0.2
- old
+ new
@@ -1,4 +1,5 @@
+# frozen_string_literal: true
RSpec.describe HTTP::Options, "form" do
let(:opts) { HTTP::Options.new }
it "defaults to nil" do
expect(opts.form).to be nil