Skip to content

Commit 37cb9de

Browse files
committed
Get specs working
1 parent a07ae6e commit 37cb9de

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,4 @@
44
it "has a version number" do
55
expect(BigRails::Redis::VERSION).not_to be nil
66
end
7-
8-
it "does something useful" do
9-
expect(false).to eq(true)
10-
end
117
end

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
require "bigrails/redis"
3+
require "bigrails-redis"
44

55
RSpec.configure do |config|
66
# Enable flags like --only-failures and --next-failure

0 commit comments

Comments
 (0)