We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a07ae6e commit 37cb9deCopy full SHA for 37cb9de
spec/bigrails/redis_spec.rb spec/big_rails/redis_spec.rbspec/bigrails/redis_spec.rb renamed to spec/big_rails/redis_spec.rb
@@ -4,8 +4,4 @@
4
it "has a version number" do
5
expect(BigRails::Redis::VERSION).not_to be nil
6
end
7
-
8
- it "does something useful" do
9
- expect(false).to eq(true)
10
- end
11
spec/spec_helper.rb
@@ -1,6 +1,6 @@
1
# frozen_string_literal: true
2
3
-require "bigrails/redis"
+require "bigrails-redis"
RSpec.configure do |config|
# Enable flags like --only-failures and --next-failure
0 commit comments