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

15 lines
162 B
Ruby

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