Skip to content

Commit

Permalink
Remove the ".bash" from "load bats-extra.bash" in all test files
Browse files Browse the repository at this point in the history
  • Loading branch information
glennj authored and kotp committed Sep 5, 2021
1 parent 21266ba commit e8a34bd
Show file tree
Hide file tree
Showing 89 changed files with 89 additions and 89 deletions.
2 changes: 1 addition & 1 deletion exercises/practice/acronym/acronym_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 1.7.0.1

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/affine-cipher/affine_cipher_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 2.0.0.0

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/all-your-base/all_your_base_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 2.3.0.0

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/allergies/allergies_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 2.0.0.0

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/anagram/anagram_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 1.5.0.0

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 1.1.0.0

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/atbash-cipher/atbash_cipher_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 1.2.0.0

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/beer-song/beer_song_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 2.1.0.1

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/binary-search/binary_search_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 1.3.0.0

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/bob/bob_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 1.6.0.0

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/bowling/bowling_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 1.2.0.0

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/change/change_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 1.3.0.0

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/clock/clock_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 2.4.0.1
#
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 1.2.1.0

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/crypto-square/crypto_square_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 3.2.0.0

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/darts/darts_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 2.2.0.1

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/diamond/diamond_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 1.1.0.0

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 1.2.0.0

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/diffie-hellman/diffie_hellman_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 1.0.0.0

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/dnd-character/dnd_character_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 1.1.0.0

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/error-handling/error_handling_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 0.0.1

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/food-chain/food_chain_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 2.1.0.0

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/forth/forth_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 1.7.1.0

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/gigasecond/gigasecond_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 2.0.0.0

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/grains/grains_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 1.2.0.0

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/grep/grep_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 1.2.0.0

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/hamming/hamming_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 2.3.0.3
#
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/hello-world/hello_world_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 1.1.0.0

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/house/house_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 2.2.0.1
# bash-specific test: Input validation
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/isbn-verifier/isbn_verifier_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 2.7.0.0

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/isogram/isogram_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 1.7.0.0

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 1.1.1.0

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/knapsack/knapsack_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 1.0.0.1
# bash-specific test: Input validation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 1.2.0.0

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/leap/leap_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 1.6.0.1
# bash-specific test: Input validation
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/list-ops/list_ops_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 2.4.0.0

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/luhn/luhn_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 1.7.0.0

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/markdown/markdown_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 1.4.0.0

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 2.0.0.0

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/meetup/meetup_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 1.1.0.0

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/nth-prime/nth_prime_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 2.1.0.0

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 1.3.0.0

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/ocr-numbers/ocr_numbers_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 1.2.0.0

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 1.2.0.1
# bash-specific test: Input validation
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/pangram/pangram_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 2.0.0.0

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 1.5.0.0

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/perfect-numbers/perfect_numbers_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 1.1.0.0

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/phone-number/phone_number_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 1.7.0.0

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/pig-latin/pig_latin_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 1.2.0.1

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/poker/poker_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 1.1.0.0

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/prime-factors/prime_factors_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 1.1.0.0

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 1.1.1.0

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/proverb/proverb_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 1.1.0.1

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 1.0.0.0

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/queen-attack/queen_attack_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 2.3.0.0

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 1.1.0.1

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/raindrops/raindrops_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
load bats-extra.bash
load bats-extra

# local version: 1.1.0.0

Expand Down
Loading

0 comments on commit e8a34bd

Please sign in to comment.