Skip to content

Commit 30bb773

Browse files
committed
Merge pull request #313 from reedloden/master
Correct typo in an api_spec.rb context description
2 parents 9ee8418 + 7fba1c0 commit 30bb773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/grape/api_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,7 @@ def self.call(object, env)
11161116
last_response.body.should eql "elpmis"
11171117
end
11181118
end
1119-
context "muti_xml" do
1119+
context "multi_xml" do
11201120
it "doesn't parse yaml" do
11211121
subject.put :yaml do
11221122
params[:tag]

0 commit comments

Comments
 (0)