require 'spec_helper'
describe IcecastMount do
let(:iobj) { IcecastMount.new }
before(:all) do
end
=begin
it "save" do
iobj.save.should be_true
=end