Sha256: 60d958ba6c844755c80c8917d00fbdc6692f66972035ff0365030b33df436681
Contents?: true
Size: 393 Bytes
Versions: 11
Compression:
Stored size: 393 Bytes
Contents
require 'spec_helper' describe Jack::Config do before(:all) do Jack::UI.mute = true end let(:diff) { Jack::Config::Diff.new(test_options) } describe "diff" do it "diff compute_diff" do expect(diff).to receive(:compute_diff) diff.run end it "diff diff_command" do command = diff.diff_command expect(command).to match /diff/ end end end
Version data entries
11 entries across 11 versions & 1 rubygems