We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 853374d commit 62c3369Copy full SHA for 62c3369
1 file changed
spec/format_spec.rb
@@ -26,7 +26,7 @@
26
specify {expect(described_class.to_sym).to eq :ldpatch}
27
end
28
29
- describe ".cli_commands" do
+ describe ".cli_commands", skip: ("TextMate OptionParser issues" if ENV['TM_SELECTED_FILE']) do
30
require 'rdf/cli'
31
let(:nt) {File.expand_path("../test-files/1triple.nt", __FILE__)}
32
let(:patch) {File.expand_path("../test-files/add-1triple.ldpatch", __FILE__)}
0 commit comments