Sha256: 074a40ea7c52df6ddd7ad339d330ecedba433490a01a17a1d9c5856975d688ad
Contents?: true
Size: 396 Bytes
Versions: 17
Compression:
Stored size: 396 Bytes
Contents
require "spec_helper" RSpec.describe "suspenders:json", type: :generator do it "generates the Gemfile for JSON parsing" do with_app { generate("suspenders:json") } expect("Gemfile").to match_contents(%r{gem .oj.}) end it "cleans up the Gemfile from JSON parsing" do with_app { destroy("suspenders:json") } expect("Gemfile").not_to match_contents(%r{gem .oj.}) end end
Version data entries
17 entries across 17 versions & 2 rubygems