Skip to content

Commit

Permalink
Fixes minor rspec issue
Browse files Browse the repository at this point in the history
  • Loading branch information
athityakumar committed Aug 29, 2017
1 parent 5b39712 commit 2316fad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/daru/io/importers/sql_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
end

context 'with path to sqlite3 file' do
subject { described_class.new(query).read(source) }

let(:source) { db_name }

it_behaves_like 'exact daru dataframe',
Expand Down

0 comments on commit 2316fad

Please sign in to comment.