jam-cloud/ruby/spec/jam_ruby/models/icecast_mount_spec.rb

17 lines
176 B
Ruby

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