lib/capybara/json/driver/base.rb in capybara-json-0.2.0 vs lib/capybara/json/driver/base.rb in capybara-json-0.2.1
- old
+ new
@@ -1,10 +1,10 @@
module Capybara::Json::Driver
class Base
%w[ get post put delete get! post! put! delete!
reset!
current_url
- source body status_headers status_code
+ source body response_headers status_code
].each do |method|
define_method(method) do
raise NotImplementedError
end
end