Skip to content

Commit bc015e6

Browse files
committed
Removed commented text
1 parent 1e7c0e7 commit bc015e6

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

spec/lib/buff/encode_spec.rb

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,5 @@
11
require "spec_helper"
22

3-
# describe "Addressable Explorations" do
4-
5-
# describe "addressable conversions" do
6-
7-
# let(:uri) { Addressable::URI.new }
8-
9-
# it "should convert {:pony => 'pony' }" do
10-
# h = { pony: "pony"}
11-
# uri.query_values = h
12-
# uri.query.should eq("pony=pony")
13-
# end
14-
15-
# it "should convert {:pony => ['pony', 'horse'] }" do
16-
# h = { pony: ["pony", "horse"]}
17-
# uri.query_values = h
18-
# uri.query.should eq("pony=pony&pony=horse")
19-
# end
20-
21-
# it "should convert {:days => [mon, tues], :times => [....]}" do
22-
# h = { days: ["mon", "tue"], times: ["12:00", "13:00"]}
23-
# uri.query_values = h
24-
# uri.query.should eq("days=mon&days=tue&times=12%3A00&times=13%3A00")
25-
# end
26-
# xit "should convert {schedules => {:days => [mon, tues], :times => [....]}" do
27-
# h = { schedules: { :days => ["mon", "tue", "wed", "thu"], :times => ["12:00", "13:00"]} }
28-
# # h = {:a => "a", :bd => ["c", "d", "e"]}
29-
# uri.query_values = h
30-
# uri.query.should eq("days=mon&days=tue&times=12%3A00&times=13%3A00")
31-
# end
32-
# end
333
describe Buff::Encode do
344

355
context "successful code" do

0 commit comments

Comments
 (0)