spec/integration/test_examples.rb in alf-0.9.3 vs spec/integration/test_examples.rb in alf-0.10.0
- old
+ new
@@ -5,10 +5,10 @@
let(:example_path){ file }
let(:example_dir) { File.dirname(file) }
let(:example_env) { Alf::Environment.folder(example_dir) }
it "should run without error" do
- Alf.lispy(example_env).compile(File.read(example_path)).to_rel
+ Alf.lispy(example_env).compile(File.read(example_path), example_path).to_rel
end
end
end
\ No newline at end of file