Skip to content

Commit b0c31f0

Browse files
Skip placeholder test
1 parent e195656 commit b0c31f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/numruby_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# frozen_string_literal: true
22

33
RSpec.describe Numruby do
4-
it "has a version number" do
4+
it 'has a version number' do
55
expect(Numruby::VERSION).not_to be nil
66
end
77

8-
it "does something useful" do
8+
it 'does something useful', :skip do
99
expect(false).to eq(true)
1010
end
1111
end

0 commit comments

Comments
 (0)