Skip to content

Commit ded8d9b

Browse files
committed
file renaming
1 parent 69b9294 commit ded8d9b

File tree

16 files changed

+3
-3
lines changed

16 files changed

+3
-3
lines changed

.DS_Store

0 Bytes
Binary file not shown.
File renamed without changes.
File renamed without changes.

rock_paper_scissors/.DS_Store

0 Bytes
Binary file not shown.

rock_paper_scissors/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ <h1>Scissors</h1>
7373
</div>
7474
</body>
7575

76-
<script type="text/javascript" src="RockPaperScissors.js"></script>
76+
<script type="text/javascript" src="rock_paper_scissors.js"></script>
7777

7878
</html>

testing/.DS_Store

2 KB
Binary file not shown.

testing/tictactoe/.DS_Store

8 KB
Binary file not shown.
File renamed without changes.

testing/TicTacToe/spec/TicTacToe_spec.rb renamed to testing/tictactoe/spec/tictactoe_spec.rb

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

33
describe Board do
44

File renamed without changes.

tictactoe/.DS_Store

8 KB
Binary file not shown.

tictactoe/README.md

100755100644
File mode changed.

tictactoe/spec/TicTacToe_spec.rb

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

33
describe Board do
44

0 commit comments

Comments
 (0)