Skip to content

Commit d1d806b

Browse files
committed
Fix initialisation routine in sequence_spec.rb
Signed-off-by: Anurag Priyam <anurag08priyam@gmail.com>
1 parent cd965c6 commit d1d806b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

spec/sequence_spec.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ module SequenceServer
5555
end
5656

5757
before :all do
58-
SequenceServer.config[:database_dir] = database_dir
59-
Database.scan_databases_dir
58+
SequenceServer.init(database_dir: database_dir)
6059
end
6160

6261
it 'should be able to retrieve sequences from database' do

0 commit comments

Comments
 (0)