2014-02-10 17:33:48 +00:00

8 lines
101 B
Ruby

require 'spec_helper'
module Producer::Core
describe Test do
it_behaves_like 'test'
end
end