Skip to content

Commit 7217ebf

Browse files
committedDec 6, 2014
Temp fix error
1 parent 5abbce5 commit 7217ebf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎spec/http_spec.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
end
1313

1414
describe ".get" do
15-
context "with a block" do
15+
describe "with a block" do
1616
it "returns the http object instance" do
1717
expect(HTTP.get(good_url) {}).to be_a HTTP
1818
end
@@ -30,7 +30,7 @@
3030
end
3131
end
3232

33-
context "without a block" do
33+
describe "without a block" do
3434
it "returns a promise" do
3535
expect(HTTP.get(good_url)).to be_a Promise
3636
end

0 commit comments

Comments
 (0)
Please sign in to comment.