diff options
| author | mo khan <mo.khan@gmail.com> | 2020-05-13 11:01:13 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-05-13 11:01:13 -0600 |
| commit | 1cb0826d4b4071b9c5aac85927bbffd76b5d3dcf (patch) | |
| tree | 6d38054361ac6e23dd33edb6fa5ac143cb3094f4 /spec/integration/core | |
| parent | a32acb798b8fc5e3349fc49118f05b060a48ae43 (diff) | |
Rename Table to Relation
Diffstat (limited to 'spec/integration/core')
| -rw-r--r-- | spec/integration/core/cache_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/core/cache_spec.rb b/spec/integration/core/cache_spec.rb index e040bb5..abc7880 100644 --- a/spec/integration/core/cache_spec.rb +++ b/spec/integration/core/cache_spec.rb @@ -162,7 +162,7 @@ RSpec.describe Spandx::Core::Cache do expect { subject.take(100_000).count }.to perform_under(0.1).sample(10) end - it 'profiles each' do + xit 'profiles each' do with_profiler do subject.take(100_000).count end |
