Giter VIP home page Giter VIP logo

rack-test-rest's People

Contributors

herbdaily avatar josephruscio avatar mheffner avatar nextmat avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

rack-test-rest's Issues

Debug mode crashes in ree

Example:

NoMethodError: undefined method `pretty_inspect' for {}:Hash
    /Users/jruscio/.rvm/gems/ree-1.8.7-2011.03@librato/gems/rack-test-rest-0.4.3/lib/rack-test-rest.rb:63:in `read_resource'
    test/../test/../test/../test/../test/../test/../test/../test/../test/../test/../test/../test/../test/annotation_test.rb:39:in `test_get_annotation'

create_resource :location match should use root_uri

It would be handy to DRY out tests by using the root_uri as a prefix in the :location check to create_resource. Maybe if the @rack_test_rest[:location] did not start with a forward slash then the root_uri could be prefixed to the :location regexp before testing a match?

read_resource should validate JSON before returning response

something like:

    def assert_valid_json(response, msg = nil)
      full_message = build_message(msg, "response should be valid JSON")
      assert_block(full_message) do
        parsable = begin
                     JSON.parse last_response.body
                     true
                   rescue JSON::ParserError
                     false
                   end

        parsable && last_response.header['Content-Type'].include?("application/json")
      end
    end

calls should accept string-based keys

Right now calls require symbols, it would be nice if we did indifferent access internally so users didn't have to cast all keys to symbols before use.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.