Skip to content

Commit

Permalink
Don't run CLI command specs from TextMate
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Jan 13, 2017
1 parent 7ee0ae9 commit f610fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/format_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
specify {expect(described_class.to_sym).to eq :tabular}
end

describe ".cli_commands" do
describe ".cli_commands", skip: ("TextMate OptionParser issues" if ENV['TM_SELECTED_FILE']) do
before(:each) do
WebMock.stub_request(:any, %r(.*example.org.*)).
to_return(lambda {|request|
Expand Down

0 comments on commit f610fd0

Please sign in to comment.