diff options
| author | mo khan <mo.khan@gmail.com> | 2020-05-12 10:41:40 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-05-12 10:44:30 -0600 |
| commit | f9eb937bc7a170c861df90b6ec7d5b0a1657a678 (patch) | |
| tree | 1dfa1b3f3dbaa4189de6632997cc575cab3856da /spec/integration/core | |
| parent | e20d0f59ef34dbba8368314aef3ea741466372f1 (diff) | |
Split build steps
Diffstat (limited to 'spec/integration/core')
| -rw-r--r-- | spec/integration/core/data_file_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/core/data_file_spec.rb b/spec/integration/core/data_file_spec.rb index 0a0236a..10cb7e9 100644 --- a/spec/integration/core/data_file_spec.rb +++ b/spec/integration/core/data_file_spec.rb @@ -10,7 +10,7 @@ RSpec.describe Spandx::Core::DataFile do tmp_file.unlink end - describe "#search" do + describe '#search' do before do subject.insert('activemodel', '6.0.2.2', ['MIT']) subject.insert('spandx', '0.1.0', ['MIT']) |
