Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
Remove irrelevant test
Browse files Browse the repository at this point in the history
  • Loading branch information
JPrevost committed Jul 11, 2014
1 parent bbc2ea9 commit 30a4fdc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions spec/models/bustimes_spec.rb
@@ -1,10 +1,6 @@
require 'spec_helper'

describe Bustime, :vcr do
it "should have access to the API key" do
expect(ENV['CTA_API_KEY']).to be_present
end

describe "busroutes" do
before { @busroutes = Bustime.new.busroutes }

Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Expand Up @@ -8,7 +8,7 @@

# Requires supporting ruby files with custom matchers and macros, etc,
# in spec/support/ and its subdirectories.
Dir[Rails.root.join("spec/support/**/*.rb")].each {|f| require f}
Dir[Rails.root.join("spec/support/**/*.rb")].each { |f| require f }

RSpec.configure do |config|
config.include Rails.application.routes.url_helpers
Expand Down

0 comments on commit 30a4fdc

Please sign in to comment.