Skip to content

Commit 62c3369

Browse files
committed
Don't run cli_command specs in TextMate.
1 parent 853374d commit 62c3369

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/format_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
specify {expect(described_class.to_sym).to eq :ldpatch}
2727
end
2828

29-
describe ".cli_commands" do
29+
describe ".cli_commands", skip: ("TextMate OptionParser issues" if ENV['TM_SELECTED_FILE']) do
3030
require 'rdf/cli'
3131
let(:nt) {File.expand_path("../test-files/1triple.nt", __FILE__)}
3232
let(:patch) {File.expand_path("../test-files/add-1triple.ldpatch", __FILE__)}

0 commit comments

Comments
 (0)