Sha256: 4d14a06d2992569291f6b4e448910319704067c0522e67474eb79e0b60c19a56

Contents?: true

Size: 307 Bytes

Versions: 5

Compression:

Stored size: 307 Bytes

Contents

require 'test_plan'

RSpec.describe XCodeBuildHelper::TestPlan do
  context "setter methods" do
    it "should set the report type" do
      @test_plan = XCodeBuildHelper::TestPlan.new
      @test_plan.report_type "REPORT_TYPE"
      expect(@test_plan.get_report_type).to eq "REPORT_TYPE"
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
xcodebuild-helper-1.2.5 spec/test_plan_spec.rb
xcodebuild-helper-1.2.3 spec/test_plan_spec.rb
xcodebuild-helper-1.1.1 spec/test_plan_spec.rb
xcodebuild-helper-1.1.0 spec/test_plan_spec.rb
xcodebuild-helper-1.0.0 spec/test_plan_spec.rb