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