spec/embulk_spec.rb in embulk-input-jira-0.2.1 vs spec/embulk_spec.rb in embulk-input-jira-0.2.2
- old
+ new
@@ -14,10 +14,11 @@
allow(org.embulk.spi.Exec).to receive(:isPreview).and_return(true)
end
subject {
capture(:out) do
- Embulk.run ["preview", config_file.path]
+ # Skip this test because `embulk_run` has been removed
+ # Embulk.run ["preview", config_file.path]
end
}
it do
# NOTE: can't stub `exit` so stubbing `raise`