Skip to content

Commit ba98346

Browse files
author
James Thompson
committed
Updated require and load paths.
1 parent 02e7474 commit ba98346

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.rspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
-Ilib --color
1+
-I. --color

spec/gilded_rose_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
require 'rspec/given'
2-
require 'gilded_rose'
2+
require 'lib/gilded_rose'
33

44
RSpec.describe '#update_quality' do
55
context 'with a single' do

0 commit comments

Comments
 (0)