Sha256: d3dcd59c2df6b83ae77505d4262b68b3591c54d4d3bb582a49662cfe6a04c8b5
Contents?: true
Size: 470 Bytes
Versions: 3
Compression:
Stored size: 470 Bytes
Contents
require 'spec_helper' class UtilModuleTester include JenkinsTracker::Util end describe JenkinsTracker::Util do #let!(:class_instance) { UtilModuleTester.new } #describe '#parse_json' do # let(:json_str) { load_fixture_as_str('job.json') } # # it 'returns a Ruby data structure representation of the JSON string' do # results = class_instance.parse_json(json_str) # expect(results['changeSet']['items'].size).to eq(2) # end # #end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jenkins_tracker-0.4.1 | spec/jenkins_tracker/util_spec.rb |
jenkins_tracker-0.4.0 | spec/jenkins_tracker/util_spec.rb |
jenkins_tracker-0.3.1 | spec/jenkins_tracker/util_spec.rb |