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

16 lines
173 B
Ruby

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