2014-01-10 21:02:52 +00:00
|
|
|
require 'spec_helper'
|
|
|
|
|
|
|
|
|
|
describe IcecastMount do
|
|
|
|
|
|
|
|
|
|
let(:iobj) { IcecastMount.new }
|
|
|
|
|
|
|
|
|
|
before(:all) do
|
|
|
|
|
|
|
|
|
|
end
|
|
|
|
|
|
2014-01-10 23:53:16 +00:00
|
|
|
=begin
|
2014-01-10 21:02:52 +00:00
|
|
|
it "save" do
|
|
|
|
|
iobj.save.should be_true
|
|
|
|
|
end
|
2014-01-10 23:53:16 +00:00
|
|
|
=end
|
2014-01-10 21:02:52 +00:00
|
|
|
|
|
|
|
|
end
|