Sha256: 446423bc8220b2f312f5d7f679d55b3f86a442ff4a900985f15ff4131f39c75c
Contents?: true
Size: 360 Bytes
Versions: 10
Compression:
Stored size: 360 Bytes
Contents
require 'spec_helper' describe Arachni::OptionGroups::BrowserCluster do include_examples 'option_group' subject { described_class.new } %w(pool_size job_timeout worker_time_to_live ignore_images screen_width screen_height).each do |method| it { should respond_to method } it { should respond_to "#{method}=" } end end
Version data entries
10 entries across 10 versions & 1 rubygems