jam-cloud/ruby/spec/jam_ruby/models/icecast_admin_authenticatio...

17 lines
207 B
Ruby

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