Skip to content

Commit d8d297c

Browse files
author
Deepak
committed
move require open_weather_api to spec_helper
1 parent 0094ebe commit d8d297c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

spec/ruby_weather_api/version_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require 'open_weather_api'
1+
require 'spec_helper'
22

33
describe "Version" do
44
it "should be version 0.0.1" do

spec/spec_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
# spec helper
2+
require 'open_weather_api'

0 commit comments

Comments
 (0)