Samples: intro gist
Also make the sample regression spec more subdirectory friendlydev
parent
86f37b1ef6
commit
f33a74cada
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 95a20564627aaee25f4b59f287c21d0b287906a6
|
||||||
|
|
@ -16,7 +16,9 @@ describe "Squib samples" do
|
||||||
it "should execute #{sample} with no errors", slow: true do
|
it "should execute #{sample} with no errors", slow: true do
|
||||||
allow(Squib.logger).to receive(:warn) {}
|
allow(Squib.logger).to receive(:warn) {}
|
||||||
allow(ProgressBar).to receive(:create).and_return(Squib::DoNothing.new)
|
allow(ProgressBar).to receive(:create).and_return(Squib::DoNothing.new)
|
||||||
load sample
|
Dir.chdir(File.dirname(sample)) do
|
||||||
|
load sample
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue