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

15 lines
164 B
Ruby

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