Skip to content

Commit 2687fff

Browse files
committed
Minor fix for rspec
1 parent 701e419 commit 2687fff

File tree

4 files changed

+2
-12
lines changed

4 files changed

+2
-12
lines changed

.rspec

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
--format documentation
21
--color
3-
--require spec_helper

.rspec_status

Lines changed: 0 additions & 4 deletions
This file was deleted.

.simplecov

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
SimpleCov.start do
2-
add_group "lib", "lib"
2+
add_group 'lib', 'lib'
33
end

spec/socketclusterclient_spec.rb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
RSpec.describe Socketclusterclient do
2-
it "has a version number" do
2+
it 'has a version number' do
33
expect(Socketclusterclient::VERSION).not_to be nil
44
end
5-
6-
it "does something useful" do
7-
expect(false).to eq(true)
8-
end
95
end

0 commit comments

Comments
 (0)