summaryrefslogtreecommitdiff
path: root/spec/integration
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-05-13 11:01:13 -0600
committermo khan <mo.khan@gmail.com>2020-05-13 11:01:13 -0600
commit1cb0826d4b4071b9c5aac85927bbffd76b5d3dcf (patch)
tree6d38054361ac6e23dd33edb6fa5ac143cb3094f4 /spec/integration
parenta32acb798b8fc5e3349fc49118f05b060a48ae43 (diff)
Rename Table to Relation
Diffstat (limited to 'spec/integration')
-rw-r--r--spec/integration/core/cache_spec.rb2
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