summaryrefslogtreecommitdiff
path: root/spec/net-dhcp_spec.rb
blob: e5bd552261ece240e6bd3d1205321825dcda3c95 (plain)
1
2
3
4
5
6
7
require 'spec_helper'

describe NetDhcp do
  it "fails" do
    fail "hey buddy, you should probably rename this file and start specing for real"
  end
end