Sha256: 517aec26c6bb19a72b1bfc11394d0d7170400ffb5a83565e9f95d1ffdda3cbca

Contents?: true

Size: 109 Bytes

Versions: 39

Compression:

Stored size: 109 Bytes

Contents

module Requests
  module JsonHelpers
    def json
      @json ||= JSON.parse(response.body)
    end
  end
end

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
notifiable-rails-0.30.4 spec/support/request_helpers.rb
notifiable-rails-0.30.3 spec/support/request_helpers.rb
notifiable-rails-0.30.2 spec/support/request_helpers.rb
notifiable-rails-0.30.1 spec/support/request_helpers.rb
notifiable-rails-0.30.0 spec/support/request_helpers.rb
notifiable-rails-0.29.0 spec/support/request_helpers.rb
notifiable-rails-0.28.1 spec/support/request_helpers.rb
notifiable-rails-0.28.0 spec/support/request_helpers.rb
notifiable-rails-0.27.1 spec/support/request_helpers.rb
notifiable-rails-0.27.0 spec/support/request_helpers.rb
notifiable-rails-0.26.3 spec/support/request_helpers.rb
notifiable-rails-0.26.1 spec/support/request_helpers.rb
notifiable-rails-0.26.0 spec/support/request_helpers.rb
notifiable-rails-0.24.3 spec/support/request_helpers.rb
notifiable-rails-0.24.2 spec/support/request_helpers.rb
notifiable-rails-0.24.1 spec/support/request_helpers.rb
notifiable-rails-0.24.0 spec/support/request_helpers.rb
notifiable-rails-0.23.0 spec/support/request_helpers.rb
notifiable-rails-0.22.1 spec/support/request_helpers.rb
notifiable-rails-0.22.0 spec/support/request_helpers.rb