require File.expand_path(File.dirname(__FILE__) + '/spec_helper') describe "AutotestAniki" do describe :green do it "unko" do AutotestAniki.play(:green) end end describe :red do AutotestAniki.play(:red) end end