Skip to content

Commit 15e80d8

Browse files
committed
Rename test
1 parent 093b6bd commit 15e80d8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

spec/fixtures/plots/sin_wave_plot.eps renamed to spec/fixtures/plots/multtest_plot.eps

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec/integration/multtest_spec.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
describe "Sin Wave Plot Example" do
2-
let(:file_path) { 'spec/tmp/sin_wave_plot.eps' }
3-
let(:fixture_path) { 'spec/fixtures/plots/sin_wave_plot.eps' }
1+
describe "Multtest Plot Example" do
2+
let(:file_path) { 'spec/tmp/multtest_plot.eps' }
3+
let(:fixture_path) { 'spec/fixtures/plots/multtest_plot.eps' }
44

55
let(:file_content) do
66
File.read(file_path).gsub(/CreationDate.*/, "")
@@ -47,7 +47,7 @@
4747
end
4848

4949
after do
50-
File.delete(file_path)
50+
File.delete(file_path)
5151
end
5252

5353
it "plots expected file" do

0 commit comments

Comments
 (0)