Sha256: 9485dbf6caf930639f0dc1d59174c8f0a865bf80bcb8844d0d42033012c525ca
Contents?: true
Size: 303 Bytes
Versions: 1
Compression:
Stored size: 303 Bytes
Contents
# coding: utf-8 testcase :password_setting, 'Set password to open' do |t| report = ThinReports::Report.new :layout => t.layout_filename report.start_new_page report.generate(:filename => t.output_filename, :security => { :user_password => 'password', :owner_password => :random }) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
thinreports-0.7.7 | test/case/password_setting/password_setting.rb |