spec/format_spec.rb in json-ld-2.1.2 vs spec/format_spec.rb in json-ld-2.1.3
- old
+ new
@@ -65,10 +65,10 @@
expect(described_class.detect(str)).to be_falsey
end
end
end
- describe ".cli_commands" do
+ describe ".cli_commands", skip: ("TextMate OptionParser issues" if ENV['TM_SELECTED_FILE']) do
require 'rdf/cli'
let(:ttl) {File.expand_path("../test-files/test-1-rdf.ttl", __FILE__)}
let(:json) {File.expand_path("../test-files/test-1-input.json", __FILE__)}
let(:context) {File.expand_path("../test-files/test-1-context.json", __FILE__)}