Sha256: ea48818eae7f69d6bd8c198b6e95edb61d8ca1f9d185c0528652ae0a2dec26b2

Contents?: true

Size: 260 Bytes

Versions: 3

Compression:

Stored size: 260 Bytes

Contents

require 'active_support/lazy_load_hooks'
require 'workable_json_assertions/assertions'
require 'workable_json_assertions/version'

ActiveSupport.on_load(:action_controller) do
  ActionController::TestCase.send(:include, WorkableJsonAssertions::Assertions)
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
workable_json_assertions-0.1.2 lib/workable_json_assertions.rb
workable_json_assertions-0.1.1 lib/workable_json_assertions.rb
workable_json_assertions-0.0.1 lib/workable_json_assertions.rb