Browse Source

Samples: intro gist

Also make the sample regression spec more subdirectory friendly
dev
Andy Meneely 10 years ago
parent
commit
f33a74cada
  1. 1
      samples/intro
  2. 2
      spec/samples/samples_regression_spec.rb

1
samples/intro

@ -0,0 +1 @@
Subproject commit 95a20564627aaee25f4b59f287c21d0b287906a6

2
spec/samples/samples_regression_spec.rb

@ -16,9 +16,11 @@ describe "Squib samples" do
it "should execute #{sample} with no errors", slow: true do
allow(Squib.logger).to receive(:warn) {}
allow(ProgressBar).to receive(:create).and_return(Squib::DoNothing.new)
Dir.chdir(File.dirname(sample)) do
load sample
end
end
end
# This test could use some explanation
# Much of the development of Squib has been sample-driven. Every time I want

Loading…
Cancel
Save