search for: win32screenshot

Displaying 1 result from an estimated 1 matches for "win32screenshot".

2007 May 10
1
RSpec 0.9.4
...edded into one single HTML file. Spec::Ui is not documented on the website yet (there are some READMEs and examples in the source though). But here is the gist of it: == Install == gem install rspec -r 0.9.4 gem install spec_ui -r 0.2.0 === Windows users - if you want screenshots === gem install win32screenshot Install RMagick (special install procedure) == Configure == === Rakefile === require ''spec/rake/spectask'' desc "Run UI Specs" Spec::Rake::SpecTask.new(''spec:ui'') do |t| t.spec_files = FileList[''spec/**/*.rb''] t.spec_opts = [...