Skip to content

Commit b9dc493

Browse files
committed
modified relative path
1 parent 9ee449f commit b9dc493

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/fizzbuzz_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require_relative '../fizzbuzz/lib/fizzbuzz'
1+
require_relative '../lib/fizzbuzz'
22

33
RSpec.describe Fizzbuzz do
44
# subject に Fizzbuzz.new を割り当てることで、テスト内で subject が使えるようになります

0 commit comments

Comments
 (0)