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

15 lines
168 B
Ruby

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