0
0
Fork 0
polecat/spec/polecat_spec.rb

10 lines
177 B
Ruby

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