require File.expand_path(File.dirname(__FILE__) + '/spec_helper') describe "Polecat" do describe "#new" do it "can be initialized" do Polecat.new end end end