require "extensions/boolean" describe Boolean do it "exists" do expect { Boolean }.to_not raise_error end end