diff options
Diffstat (limited to 'activeresource/examples/simple.rb')
-rw-r--r-- | activeresource/examples/simple.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activeresource/examples/simple.rb b/activeresource/examples/simple.rb index b20ef61670..6d2c6e3b1b 100644 --- a/activeresource/examples/simple.rb +++ b/activeresource/examples/simple.rb @@ -1,6 +1,5 @@ $LOAD_PATH.unshift "#{File.dirname(__FILE__)}/../lib" require 'active_resource' -require 'active_resource/http_mock' require 'active_support/core_ext/hash/conversions' ActiveSupport::XmlMini.backend = ENV['XMLMINI'] || 'REXML' |