Ad
  • Default User Avatar

    Add a valid test case with at least one "0" octet. Currently just the False tests use it but it can be part of a valid IP (e.g. 127.0.0.1).

    describe "Solution for parameter '10.0.22.12'" do
    it "should print proper output" do
    output = run_shell args: ['10.0.22.12']
    expect(output).to eq("True")
    end
    end