Skip to content

Commit a07af8b

Browse files
committed
spec_helper is required by the .rspec file
1 parent 8390a4a commit a07af8b

3 files changed

Lines changed: 0 additions & 5 deletions

File tree

spec/cacheable/cache_adapter_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
require 'spec_helper'
2-
31
RSpec.describe Cacheable::CacheAdapter do
42
subject(:adapter_object) { Class.new { extend(Cacheable::CacheAdapter) } }
53

spec/cacheable/cache_adapters/memory_adapter_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
require 'spec_helper'
21
require 'cacheable/cache_adapters/memory_adapter'
32

43
RSpec.describe Cacheable::CacheAdapters::MemoryAdapter do

spec/cacheable/cacheable_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
require 'spec_helper'
2-
31
RSpec.describe Cacheable do
42
subject(:cacheable_object) { cacheable_class.new }
53

0 commit comments

Comments
 (0)