Sha256: 9172b1cc27d637d39d662d10af7b0f341afc3363e39a9fc01c70476f6e1654b3

Contents?: true

Size: 146 Bytes

Versions: 6

Compression:

Stored size: 146 Bytes

Contents

module JSONBuilder
  module RSpecHelpers
    def json_builder(*args, &block)
      JSONBuilder::Compiler.generate(*args, &block)
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
json_builder-3.0.6 spec/support/json_builder.rb
json_builder-3.0.4 spec/support/json_builder.rb
json_builder-3.0.3 spec/support/json_builder.rb
json_builder-3.0.2 spec/support/json_builder.rb
json_builder-3.0.1 spec/support/json_builder.rb
json_builder-3.0.0 spec/support/json_builder.rb