Skip to content

Commit

Permalink
remove databases spec
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Apr 25, 2024
1 parent 40bba2e commit 6a3e039
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .envrc.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export NASDAQ_KEY=...
export NASDAQ_PREMIUM=QUOTEMEDIA/DAILYPRICES
export NASDAQ_CACHE_DIR=cache
export NASDAQ_CACHE_LIFE=86400
export DEBUGGER=1
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'byebug'
gem 'debug'
gem 'rspec'
gem 'runfile'
gem 'runfile-tasks'
Expand Down
7 changes: 0 additions & 7 deletions spec/nasdaq/nasdaq_queries_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@
end
end

describe '#databases' do
it 'returns a hash' do
response = nasdaq.databases per_page: 2
expect(response['databases'].length).to eq 2
end
end

describe '#get' do
it 'returns hash' do
response = nasdaq.get 'datasets/WIKI/AAPL', rows: 3
Expand Down

0 comments on commit 6a3e039

Please sign in to comment.