0
0
polecat/spec/polecat_spec.rb

10 lines
177 B
Ruby
Raw Normal View History

2011-05-07 19:32:28 +02:00
require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
describe "Polecat" do
describe "#new" do
it "can be initialized" do
Polecat.new
end
2011-05-07 19:32:28 +02:00
end
end