Sha256: 3adf512f7de5b33fa7c48705d00a314a4875ae494a2e41514b35e7547cf21b62
Contents?: true
Size: 372 Bytes
Versions: 22
Compression:
Stored size: 372 Bytes
Contents
require 'spec_helper' describe 'loop' do let(:doc) do test do threads do loops count: 5 do visit url: "/" end end end.to_doc end let(:fragment) { doc.search('//LoopController').first } it 'should match on Loops' do expect(fragment.search(".//stringProp[@name='LoopController.loops']").text).to eq '5' end end
Version data entries
22 entries across 22 versions & 1 rubygems