Class: RSpec::Buildkite::Analytics::CI
- Inherits:
-
Object
- Object
- RSpec::Buildkite::Analytics::CI
- Defined in:
- lib/rspec/buildkite/analytics/ci.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#env ⇒ Object
The analytics env are more specific than the automatic ci platform env.
Class Method Details
.env ⇒ Object
6 7 8 |
# File 'lib/rspec/buildkite/analytics/ci.rb', line 6 def self.env new.env end |
Instance Method Details
#env ⇒ Object
The analytics env are more specific than the automatic ci platform env. If they’ve been specified we’ll assume the user wants to use that value instead.
12 13 14 |
# File 'lib/rspec/buildkite/analytics/ci.rb', line 12 def env ci_env.merge(analytics_env) end |