Skip to content

Commit ec765d1

Browse files
committed
Update Introscope Tests
This change updates the Introscope tests to use a fixture that looks like what comes directly from CA. This means that the stub agent has a wily/ root directory and is not gzipped.
1 parent 98e178c commit ec765d1

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

java-buildpack.iml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,8 @@
287287
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v3.2.1, rbenv: 1.9.3-p551) [gem]" level="application" />
288288
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v3.2.1, rbenv: 1.9.3-p551) [gem]" level="application" />
289289
<orderEntry type="library" scope="PROVIDED" name="rspec-support (v3.2.2, rbenv: 1.9.3-p551) [gem]" level="application" />
290-
<orderEntry type="library" scope="PROVIDED" name="rubocop (v0.30.0, rbenv: 1.9.3-p551) [gem]" level="application" />
291-
<orderEntry type="library" scope="PROVIDED" name="rubocop-rspec (v1.2.2, rbenv: 1.9.3-p551) [gem]" level="application" />
290+
<orderEntry type="library" scope="PROVIDED" name="rubocop (v0.30.1, rbenv: 1.9.3-p551) [gem]" level="application" />
291+
<orderEntry type="library" scope="PROVIDED" name="rubocop-rspec (v1.3.0, rbenv: 1.9.3-p551) [gem]" level="application" />
292292
<orderEntry type="library" scope="PROVIDED" name="ruby-progressbar (v1.7.5, rbenv: 1.9.3-p551) [gem]" level="application" />
293293
<orderEntry type="library" scope="PROVIDED" name="rubyzip (v1.1.7, rbenv: 1.9.3-p551) [gem]" level="application" />
294294
<orderEntry type="library" scope="PROVIDED" name="safe_yaml (v1.0.4, rbenv: 1.9.3-p551) [gem]" level="application" />
2 KB
Binary file not shown.
-158 Bytes
Binary file not shown.

spec/java_buildpack/framework/introscope_agent_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
end
4949

5050
it 'expands Introscope agent zip',
51-
cache_fixture: 'stub-introscope-agent.tar.gz' do
51+
cache_fixture: 'stub-introscope-agent.tar' do
5252

5353
component.compile
5454

0 commit comments

Comments
 (0)