Sha256: d858361d934c86ab1c48011060b4f69f2ad93255ac2767753a66472c16d8abb4
Contents?: true
Size: 273 Bytes
Versions: 3
Compression:
Stored size: 273 Bytes
Contents
require 'spec_helper' describe Arachni::OptionGroups::Snapshot do include_examples 'option_group' subject { described_class.new } %w(save_path).each do |method| it { should respond_to method } it { should respond_to "#{method}=" } end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
arachni-1.0.2 | spec/arachni/option_groups/snapshot_spec.rb |
arachni-1.0.1 | spec/arachni/option_groups/snapshot_spec.rb |
arachni-1.0 | spec/arachni/option_groups/snapshot_spec.rb |