mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
Fixed failing feature.
This commit is contained in:
parent
08b32b7b02
commit
c8a7b4196b
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
Then /it should return an? (\w+)$/ do |class_string|
|
Then /it should return an? (\w+)$/ do |class_string|
|
||||||
@response_from_httparty.should be_an_instance_of(class_string.constantize)
|
@response_from_httparty.should be_an_instance_of(class_string.class)
|
||||||
end
|
end
|
||||||
|
|
||||||
Then /the return value should match '(.*)'/ do |expected_text|
|
Then /the return value should match '(.*)'/ do |expected_text|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue