diff --git a/exercises/practice/acronym/acronym_test.sh b/exercises/practice/acronym/acronym_test.sh index b003b06c..ab207a7d 100644 --- a/exercises/practice/acronym/acronym_test.sh +++ b/exercises/practice/acronym/acronym_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.7.0.1 diff --git a/exercises/practice/affine-cipher/affine_cipher_test.sh b/exercises/practice/affine-cipher/affine_cipher_test.sh index 6f61013b..7ae088f4 100644 --- a/exercises/practice/affine-cipher/affine_cipher_test.sh +++ b/exercises/practice/affine-cipher/affine_cipher_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 2.0.0.0 diff --git a/exercises/practice/all-your-base/all_your_base_test.sh b/exercises/practice/all-your-base/all_your_base_test.sh index 5b0138ff..b9297e65 100644 --- a/exercises/practice/all-your-base/all_your_base_test.sh +++ b/exercises/practice/all-your-base/all_your_base_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 2.3.0.0 diff --git a/exercises/practice/allergies/allergies_test.sh b/exercises/practice/allergies/allergies_test.sh index e620465f..ef5b6017 100644 --- a/exercises/practice/allergies/allergies_test.sh +++ b/exercises/practice/allergies/allergies_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 2.0.0.0 diff --git a/exercises/practice/anagram/anagram_test.sh b/exercises/practice/anagram/anagram_test.sh index 0f3aa802..41047cce 100644 --- a/exercises/practice/anagram/anagram_test.sh +++ b/exercises/practice/anagram/anagram_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.5.0.0 diff --git a/exercises/practice/armstrong-numbers/armstrong_numbers_test.sh b/exercises/practice/armstrong-numbers/armstrong_numbers_test.sh index 1f71611c..70f9a377 100644 --- a/exercises/practice/armstrong-numbers/armstrong_numbers_test.sh +++ b/exercises/practice/armstrong-numbers/armstrong_numbers_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.1.0.0 diff --git a/exercises/practice/atbash-cipher/atbash_cipher_test.sh b/exercises/practice/atbash-cipher/atbash_cipher_test.sh index ead8502a..f856888d 100644 --- a/exercises/practice/atbash-cipher/atbash_cipher_test.sh +++ b/exercises/practice/atbash-cipher/atbash_cipher_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.2.0.0 diff --git a/exercises/practice/beer-song/beer_song_test.sh b/exercises/practice/beer-song/beer_song_test.sh index 8d18288d..c9a45432 100644 --- a/exercises/practice/beer-song/beer_song_test.sh +++ b/exercises/practice/beer-song/beer_song_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 2.1.0.1 diff --git a/exercises/practice/binary-search/binary_search_test.sh b/exercises/practice/binary-search/binary_search_test.sh index 8162999b..5525a41e 100644 --- a/exercises/practice/binary-search/binary_search_test.sh +++ b/exercises/practice/binary-search/binary_search_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.3.0.0 diff --git a/exercises/practice/bob/bob_test.sh b/exercises/practice/bob/bob_test.sh index 0df9dd1b..e49aee50 100644 --- a/exercises/practice/bob/bob_test.sh +++ b/exercises/practice/bob/bob_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.6.0.0 diff --git a/exercises/practice/bowling/bowling_test.sh b/exercises/practice/bowling/bowling_test.sh index db9c7409..f3489d08 100644 --- a/exercises/practice/bowling/bowling_test.sh +++ b/exercises/practice/bowling/bowling_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.2.0.0 diff --git a/exercises/practice/change/change_test.sh b/exercises/practice/change/change_test.sh index b4115b20..ab4631c9 100644 --- a/exercises/practice/change/change_test.sh +++ b/exercises/practice/change/change_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.3.0.0 diff --git a/exercises/practice/clock/clock_test.sh b/exercises/practice/clock/clock_test.sh index 3a4f697f..f4881d5e 100644 --- a/exercises/practice/clock/clock_test.sh +++ b/exercises/practice/clock/clock_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 2.4.0.1 # diff --git a/exercises/practice/collatz-conjecture/collatz_conjecture_test.sh b/exercises/practice/collatz-conjecture/collatz_conjecture_test.sh index d1ce621e..7b0f26fd 100644 --- a/exercises/practice/collatz-conjecture/collatz_conjecture_test.sh +++ b/exercises/practice/collatz-conjecture/collatz_conjecture_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.2.1.0 diff --git a/exercises/practice/crypto-square/crypto_square_test.sh b/exercises/practice/crypto-square/crypto_square_test.sh index be1bebc0..8f2cdc63 100644 --- a/exercises/practice/crypto-square/crypto_square_test.sh +++ b/exercises/practice/crypto-square/crypto_square_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 3.2.0.0 diff --git a/exercises/practice/darts/darts_test.sh b/exercises/practice/darts/darts_test.sh index 9caa1537..e678f096 100644 --- a/exercises/practice/darts/darts_test.sh +++ b/exercises/practice/darts/darts_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 2.2.0.1 diff --git a/exercises/practice/diamond/diamond_test.sh b/exercises/practice/diamond/diamond_test.sh index 7c8e3b20..992b1d7a 100644 --- a/exercises/practice/diamond/diamond_test.sh +++ b/exercises/practice/diamond/diamond_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.1.0.0 diff --git a/exercises/practice/difference-of-squares/difference_of_squares_test.sh b/exercises/practice/difference-of-squares/difference_of_squares_test.sh index c9a2cf56..387d3106 100644 --- a/exercises/practice/difference-of-squares/difference_of_squares_test.sh +++ b/exercises/practice/difference-of-squares/difference_of_squares_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.2.0.0 diff --git a/exercises/practice/diffie-hellman/diffie_hellman_test.sh b/exercises/practice/diffie-hellman/diffie_hellman_test.sh index 6c50ac06..84b63bce 100644 --- a/exercises/practice/diffie-hellman/diffie_hellman_test.sh +++ b/exercises/practice/diffie-hellman/diffie_hellman_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.0.0.0 diff --git a/exercises/practice/dnd-character/dnd_character_test.sh b/exercises/practice/dnd-character/dnd_character_test.sh index e6167fa5..57f9c389 100644 --- a/exercises/practice/dnd-character/dnd_character_test.sh +++ b/exercises/practice/dnd-character/dnd_character_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.1.0.0 diff --git a/exercises/practice/error-handling/error_handling_test.sh b/exercises/practice/error-handling/error_handling_test.sh index dc010d7f..4478db33 100644 --- a/exercises/practice/error-handling/error_handling_test.sh +++ b/exercises/practice/error-handling/error_handling_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 0.0.1 diff --git a/exercises/practice/food-chain/food_chain_test.sh b/exercises/practice/food-chain/food_chain_test.sh index f2899728..2a683a91 100644 --- a/exercises/practice/food-chain/food_chain_test.sh +++ b/exercises/practice/food-chain/food_chain_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 2.1.0.0 diff --git a/exercises/practice/forth/forth_test.sh b/exercises/practice/forth/forth_test.sh index d6b8012b..a4269d51 100644 --- a/exercises/practice/forth/forth_test.sh +++ b/exercises/practice/forth/forth_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.7.1.0 diff --git a/exercises/practice/gigasecond/gigasecond_test.sh b/exercises/practice/gigasecond/gigasecond_test.sh index 3b3f2c9b..bc7073a8 100644 --- a/exercises/practice/gigasecond/gigasecond_test.sh +++ b/exercises/practice/gigasecond/gigasecond_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 2.0.0.0 diff --git a/exercises/practice/grains/grains_test.sh b/exercises/practice/grains/grains_test.sh index 5c9bcb35..5ed6b14f 100644 --- a/exercises/practice/grains/grains_test.sh +++ b/exercises/practice/grains/grains_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.2.0.0 diff --git a/exercises/practice/grep/grep_test.sh b/exercises/practice/grep/grep_test.sh index 840354f9..b399f80c 100644 --- a/exercises/practice/grep/grep_test.sh +++ b/exercises/practice/grep/grep_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.2.0.0 diff --git a/exercises/practice/hamming/hamming_test.sh b/exercises/practice/hamming/hamming_test.sh index ba33dfc2..ac45a4b7 100644 --- a/exercises/practice/hamming/hamming_test.sh +++ b/exercises/practice/hamming/hamming_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 2.3.0.3 # diff --git a/exercises/practice/hello-world/hello_world_test.sh b/exercises/practice/hello-world/hello_world_test.sh index 73af63f2..41ec5953 100644 --- a/exercises/practice/hello-world/hello_world_test.sh +++ b/exercises/practice/hello-world/hello_world_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.1.0.0 diff --git a/exercises/practice/house/house_test.sh b/exercises/practice/house/house_test.sh index d9c16679..c618bf40 100644 --- a/exercises/practice/house/house_test.sh +++ b/exercises/practice/house/house_test.sh @@ -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 diff --git a/exercises/practice/isbn-verifier/isbn_verifier_test.sh b/exercises/practice/isbn-verifier/isbn_verifier_test.sh index 31406642..5cd4fb13 100644 --- a/exercises/practice/isbn-verifier/isbn_verifier_test.sh +++ b/exercises/practice/isbn-verifier/isbn_verifier_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 2.7.0.0 diff --git a/exercises/practice/isogram/isogram_test.sh b/exercises/practice/isogram/isogram_test.sh index 9f0919b8..65cb0cb9 100644 --- a/exercises/practice/isogram/isogram_test.sh +++ b/exercises/practice/isogram/isogram_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.7.0.0 diff --git a/exercises/practice/kindergarten-garden/kindergarten_garden_test.sh b/exercises/practice/kindergarten-garden/kindergarten_garden_test.sh index 6bf7ee59..715ccf81 100644 --- a/exercises/practice/kindergarten-garden/kindergarten_garden_test.sh +++ b/exercises/practice/kindergarten-garden/kindergarten_garden_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.1.1.0 diff --git a/exercises/practice/knapsack/knapsack_test.sh b/exercises/practice/knapsack/knapsack_test.sh index ebcd9bf1..cbdbb3cb 100644 --- a/exercises/practice/knapsack/knapsack_test.sh +++ b/exercises/practice/knapsack/knapsack_test.sh @@ -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 diff --git a/exercises/practice/largest-series-product/largest_series_product_test.sh b/exercises/practice/largest-series-product/largest_series_product_test.sh index 3a36f080..f9e483a8 100644 --- a/exercises/practice/largest-series-product/largest_series_product_test.sh +++ b/exercises/practice/largest-series-product/largest_series_product_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.2.0.0 diff --git a/exercises/practice/leap/leap_test.sh b/exercises/practice/leap/leap_test.sh index bc9867ac..031ba677 100644 --- a/exercises/practice/leap/leap_test.sh +++ b/exercises/practice/leap/leap_test.sh @@ -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 diff --git a/exercises/practice/list-ops/list_ops_test.sh b/exercises/practice/list-ops/list_ops_test.sh index 0ebc9514..33e4c0aa 100644 --- a/exercises/practice/list-ops/list_ops_test.sh +++ b/exercises/practice/list-ops/list_ops_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 2.4.0.0 diff --git a/exercises/practice/luhn/luhn_test.sh b/exercises/practice/luhn/luhn_test.sh index cd3b8b5d..af613ff3 100644 --- a/exercises/practice/luhn/luhn_test.sh +++ b/exercises/practice/luhn/luhn_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.7.0.0 diff --git a/exercises/practice/markdown/markdown_test.sh b/exercises/practice/markdown/markdown_test.sh index 1edb5f0a..0296939c 100644 --- a/exercises/practice/markdown/markdown_test.sh +++ b/exercises/practice/markdown/markdown_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.4.0.0 diff --git a/exercises/practice/matching-brackets/matching_brackets_test.sh b/exercises/practice/matching-brackets/matching_brackets_test.sh index e4d72707..e3feb220 100644 --- a/exercises/practice/matching-brackets/matching_brackets_test.sh +++ b/exercises/practice/matching-brackets/matching_brackets_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 2.0.0.0 diff --git a/exercises/practice/meetup/meetup_test.sh b/exercises/practice/meetup/meetup_test.sh index 32308db6..bbd6314a 100644 --- a/exercises/practice/meetup/meetup_test.sh +++ b/exercises/practice/meetup/meetup_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.1.0.0 diff --git a/exercises/practice/nth-prime/nth_prime_test.sh b/exercises/practice/nth-prime/nth_prime_test.sh index a6cfca84..fafb3717 100644 --- a/exercises/practice/nth-prime/nth_prime_test.sh +++ b/exercises/practice/nth-prime/nth_prime_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 2.1.0.0 diff --git a/exercises/practice/nucleotide-count/nucleotide_count_test.sh b/exercises/practice/nucleotide-count/nucleotide_count_test.sh index cf08cd2c..1a8972cd 100644 --- a/exercises/practice/nucleotide-count/nucleotide_count_test.sh +++ b/exercises/practice/nucleotide-count/nucleotide_count_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.3.0.0 diff --git a/exercises/practice/ocr-numbers/ocr_numbers_test.sh b/exercises/practice/ocr-numbers/ocr_numbers_test.sh index c9c412f7..c19a22b7 100644 --- a/exercises/practice/ocr-numbers/ocr_numbers_test.sh +++ b/exercises/practice/ocr-numbers/ocr_numbers_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.2.0.0 diff --git a/exercises/practice/palindrome-products/palindrome_products_test.sh b/exercises/practice/palindrome-products/palindrome_products_test.sh index 5754348c..33f5982f 100644 --- a/exercises/practice/palindrome-products/palindrome_products_test.sh +++ b/exercises/practice/palindrome-products/palindrome_products_test.sh @@ -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 diff --git a/exercises/practice/pangram/pangram_test.sh b/exercises/practice/pangram/pangram_test.sh index 44ec5269..2a58541f 100644 --- a/exercises/practice/pangram/pangram_test.sh +++ b/exercises/practice/pangram/pangram_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 2.0.0.0 diff --git a/exercises/practice/pascals-triangle/pascals_triangle_test.sh b/exercises/practice/pascals-triangle/pascals_triangle_test.sh index 7ec17d7a..04d42665 100644 --- a/exercises/practice/pascals-triangle/pascals_triangle_test.sh +++ b/exercises/practice/pascals-triangle/pascals_triangle_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.5.0.0 diff --git a/exercises/practice/perfect-numbers/perfect_numbers_test.sh b/exercises/practice/perfect-numbers/perfect_numbers_test.sh index a1471ea6..55c87c33 100644 --- a/exercises/practice/perfect-numbers/perfect_numbers_test.sh +++ b/exercises/practice/perfect-numbers/perfect_numbers_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.1.0.0 diff --git a/exercises/practice/phone-number/phone_number_test.sh b/exercises/practice/phone-number/phone_number_test.sh index 8a328bbc..2379e2e3 100644 --- a/exercises/practice/phone-number/phone_number_test.sh +++ b/exercises/practice/phone-number/phone_number_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.7.0.0 diff --git a/exercises/practice/pig-latin/pig_latin_test.sh b/exercises/practice/pig-latin/pig_latin_test.sh index cbb13acf..e2cd322e 100644 --- a/exercises/practice/pig-latin/pig_latin_test.sh +++ b/exercises/practice/pig-latin/pig_latin_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.2.0.1 diff --git a/exercises/practice/poker/poker_test.sh b/exercises/practice/poker/poker_test.sh index 1300d2ef..2d74a628 100644 --- a/exercises/practice/poker/poker_test.sh +++ b/exercises/practice/poker/poker_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.1.0.0 diff --git a/exercises/practice/prime-factors/prime_factors_test.sh b/exercises/practice/prime-factors/prime_factors_test.sh index 45410041..409adc26 100644 --- a/exercises/practice/prime-factors/prime_factors_test.sh +++ b/exercises/practice/prime-factors/prime_factors_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.1.0.0 diff --git a/exercises/practice/protein-translation/protein_translation_test.sh b/exercises/practice/protein-translation/protein_translation_test.sh index 9228eadb..11138bed 100644 --- a/exercises/practice/protein-translation/protein_translation_test.sh +++ b/exercises/practice/protein-translation/protein_translation_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.1.1.0 diff --git a/exercises/practice/proverb/proverb_test.sh b/exercises/practice/proverb/proverb_test.sh index 3f84461e..adae36d3 100644 --- a/exercises/practice/proverb/proverb_test.sh +++ b/exercises/practice/proverb/proverb_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.1.0.1 diff --git a/exercises/practice/pythagorean-triplet/pythagorean_triplet_test.sh b/exercises/practice/pythagorean-triplet/pythagorean_triplet_test.sh index 42150404..4a9f711b 100644 --- a/exercises/practice/pythagorean-triplet/pythagorean_triplet_test.sh +++ b/exercises/practice/pythagorean-triplet/pythagorean_triplet_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.0.0.0 diff --git a/exercises/practice/queen-attack/queen_attack_test.sh b/exercises/practice/queen-attack/queen_attack_test.sh index c1ec7362..d1b80adb 100644 --- a/exercises/practice/queen-attack/queen_attack_test.sh +++ b/exercises/practice/queen-attack/queen_attack_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 2.3.0.0 diff --git a/exercises/practice/rail-fence-cipher/rail_fence_cipher_test.sh b/exercises/practice/rail-fence-cipher/rail_fence_cipher_test.sh index 71412d7e..7934b111 100644 --- a/exercises/practice/rail-fence-cipher/rail_fence_cipher_test.sh +++ b/exercises/practice/rail-fence-cipher/rail_fence_cipher_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.1.0.1 diff --git a/exercises/practice/raindrops/raindrops_test.sh b/exercises/practice/raindrops/raindrops_test.sh index 5eae25bd..188b0a9e 100644 --- a/exercises/practice/raindrops/raindrops_test.sh +++ b/exercises/practice/raindrops/raindrops_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.1.0.0 diff --git a/exercises/practice/rational-numbers/rational_numbers_test.sh b/exercises/practice/rational-numbers/rational_numbers_test.sh index 04793e01..8f45c2de 100644 --- a/exercises/practice/rational-numbers/rational_numbers_test.sh +++ b/exercises/practice/rational-numbers/rational_numbers_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.1.0.0 diff --git a/exercises/practice/rectangles/rectangles_test.sh b/exercises/practice/rectangles/rectangles_test.sh index 7ddd55e0..1867fed5 100644 --- a/exercises/practice/rectangles/rectangles_test.sh +++ b/exercises/practice/rectangles/rectangles_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.1.0.0 diff --git a/exercises/practice/resistor-color-duo/resistor_color_duo_test.sh b/exercises/practice/resistor-color-duo/resistor_color_duo_test.sh index f4c52163..3b0416b0 100644 --- a/exercises/practice/resistor-color-duo/resistor_color_duo_test.sh +++ b/exercises/practice/resistor-color-duo/resistor_color_duo_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 2.1.0.1 # add test for invalid color diff --git a/exercises/practice/resistor-color-trio/resistor_color_trio_test.sh b/exercises/practice/resistor-color-trio/resistor_color_trio_test.sh index 2fd2ed75..ae109339 100644 --- a/exercises/practice/resistor-color-trio/resistor_color_trio_test.sh +++ b/exercises/practice/resistor-color-trio/resistor_color_trio_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.0.0.2 # additional tests for: invalid color, invalid octal number, too many colors diff --git a/exercises/practice/reverse-string/reverse_string_test.sh b/exercises/practice/reverse-string/reverse_string_test.sh index bf83ad4c..7b5e285c 100644 --- a/exercises/practice/reverse-string/reverse_string_test.sh +++ b/exercises/practice/reverse-string/reverse_string_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.2.0.1 diff --git a/exercises/practice/rna-transcription/rna_transcription_test.sh b/exercises/practice/rna-transcription/rna_transcription_test.sh index ce61384c..afbc323b 100644 --- a/exercises/practice/rna-transcription/rna_transcription_test.sh +++ b/exercises/practice/rna-transcription/rna_transcription_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.3.0.0 diff --git a/exercises/practice/robot-simulator/robot_simulator_test.sh b/exercises/practice/robot-simulator/robot_simulator_test.sh index 01ff9189..e5773f39 100644 --- a/exercises/practice/robot-simulator/robot_simulator_test.sh +++ b/exercises/practice/robot-simulator/robot_simulator_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 3.2.0.1 # bash-specific test: Input validation diff --git a/exercises/practice/roman-numerals/roman_numerals_test.sh b/exercises/practice/roman-numerals/roman_numerals_test.sh index 86aad156..ff017871 100644 --- a/exercises/practice/roman-numerals/roman_numerals_test.sh +++ b/exercises/practice/roman-numerals/roman_numerals_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.2.0.0 diff --git a/exercises/practice/rotational-cipher/rotational_cipher_test.sh b/exercises/practice/rotational-cipher/rotational_cipher_test.sh index afe88735..bb5d004a 100644 --- a/exercises/practice/rotational-cipher/rotational_cipher_test.sh +++ b/exercises/practice/rotational-cipher/rotational_cipher_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.2.0.0 diff --git a/exercises/practice/run-length-encoding/run_length_encoding_test.sh b/exercises/practice/run-length-encoding/run_length_encoding_test.sh index 5c7623a4..1138514f 100644 --- a/exercises/practice/run-length-encoding/run_length_encoding_test.sh +++ b/exercises/practice/run-length-encoding/run_length_encoding_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.1.0.0 diff --git a/exercises/practice/satellite/satellite_test.sh b/exercises/practice/satellite/satellite_test.sh index 945af30d..3c597e7f 100644 --- a/exercises/practice/satellite/satellite_test.sh +++ b/exercises/practice/satellite/satellite_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bats -load bats-extra.bash +load bats-extra # local version: 2.0.0.0 diff --git a/exercises/practice/say/say_test.sh b/exercises/practice/say/say_test.sh index 721c9138..18ca5393 100644 --- a/exercises/practice/say/say_test.sh +++ b/exercises/practice/say/say_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.2.0.0 diff --git a/exercises/practice/scrabble-score/scrabble_score_test.sh b/exercises/practice/scrabble-score/scrabble_score_test.sh index 83e5155f..f25b04b2 100644 --- a/exercises/practice/scrabble-score/scrabble_score_test.sh +++ b/exercises/practice/scrabble-score/scrabble_score_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.1.0.0 diff --git a/exercises/practice/secret-handshake/secret_handshake_test.sh b/exercises/practice/secret-handshake/secret_handshake_test.sh index 063412c2..f34a8ded 100644 --- a/exercises/practice/secret-handshake/secret_handshake_test.sh +++ b/exercises/practice/secret-handshake/secret_handshake_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.2.0.0 diff --git a/exercises/practice/series/series_test.sh b/exercises/practice/series/series_test.sh index 34e690ea..ce1b3ce6 100644 --- a/exercises/practice/series/series_test.sh +++ b/exercises/practice/series/series_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.0.0.0 diff --git a/exercises/practice/sieve/sieve_test.sh b/exercises/practice/sieve/sieve_test.sh index f7aaa9aa..60bc910d 100644 --- a/exercises/practice/sieve/sieve_test.sh +++ b/exercises/practice/sieve/sieve_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.1.0.0 diff --git a/exercises/practice/simple-cipher/simple_cipher_test.sh b/exercises/practice/simple-cipher/simple_cipher_test.sh index b3d6d0ec..55f1e4ad 100644 --- a/exercises/practice/simple-cipher/simple_cipher_test.sh +++ b/exercises/practice/simple-cipher/simple_cipher_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 2.0.0.1 # bash-specific test: Input validation, lower-casing diff --git a/exercises/practice/space-age/space_age_test.sh b/exercises/practice/space-age/space_age_test.sh index 46982895..44c7dbd1 100644 --- a/exercises/practice/space-age/space_age_test.sh +++ b/exercises/practice/space-age/space_age_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.2.0.0 diff --git a/exercises/practice/spiral-matrix/spiral_matrix_test.sh b/exercises/practice/spiral-matrix/spiral_matrix_test.sh index 9815bf36..cd922b32 100644 --- a/exercises/practice/spiral-matrix/spiral_matrix_test.sh +++ b/exercises/practice/spiral-matrix/spiral_matrix_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.1.0.0 diff --git a/exercises/practice/square-root/square_root_test.sh b/exercises/practice/square-root/square_root_test.sh index fbe540c4..6c148199 100644 --- a/exercises/practice/square-root/square_root_test.sh +++ b/exercises/practice/square-root/square_root_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra @test "root of 1" { #[[ $BATS_RUN_SKIPPED == "true" ]] || skip diff --git a/exercises/practice/sublist/sublist_test.sh b/exercises/practice/sublist/sublist_test.sh index 6221c407..ea40cd0e 100644 --- a/exercises/practice/sublist/sublist_test.sh +++ b/exercises/practice/sublist/sublist_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.1.0.0 diff --git a/exercises/practice/sum-of-multiples/sum_of_multiples_test.sh b/exercises/practice/sum-of-multiples/sum_of_multiples_test.sh index 6b1e49b8..a809495c 100644 --- a/exercises/practice/sum-of-multiples/sum_of_multiples_test.sh +++ b/exercises/practice/sum-of-multiples/sum_of_multiples_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.5.0.0 diff --git a/exercises/practice/tournament/tournament_test.sh b/exercises/practice/tournament/tournament_test.sh index d0fd688d..93411841 100644 --- a/exercises/practice/tournament/tournament_test.sh +++ b/exercises/practice/tournament/tournament_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.4.0.0 diff --git a/exercises/practice/transpose/transpose_test.sh b/exercises/practice/transpose/transpose_test.sh index a3080152..744da279 100644 --- a/exercises/practice/transpose/transpose_test.sh +++ b/exercises/practice/transpose/transpose_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.1.0.0 diff --git a/exercises/practice/triangle/triangle_test.sh b/exercises/practice/triangle/triangle_test.sh index db2a4361..b2a7b945 100644 --- a/exercises/practice/triangle/triangle_test.sh +++ b/exercises/practice/triangle/triangle_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.2.1.0 diff --git a/exercises/practice/twelve-days/twelve_days_test.sh b/exercises/practice/twelve-days/twelve_days_test.sh index 20830681..bded034a 100644 --- a/exercises/practice/twelve-days/twelve_days_test.sh +++ b/exercises/practice/twelve-days/twelve_days_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.2.0.0 diff --git a/exercises/practice/two-bucket/two_bucket_test.sh b/exercises/practice/two-bucket/two_bucket_test.sh index ae09be36..58085cba 100644 --- a/exercises/practice/two-bucket/two_bucket_test.sh +++ b/exercises/practice/two-bucket/two_bucket_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.4.0.1 # diff --git a/exercises/practice/two-fer/two_fer_test.sh b/exercises/practice/two-fer/two_fer_test.sh index d4a97f09..3bc8ec80 100644 --- a/exercises/practice/two-fer/two_fer_test.sh +++ b/exercises/practice/two-fer/two_fer_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.2.0.1 diff --git a/exercises/practice/variable-length-quantity/variable_length_quantity_test.sh b/exercises/practice/variable-length-quantity/variable_length_quantity_test.sh index 9723fcb4..768b7222 100644 --- a/exercises/practice/variable-length-quantity/variable_length_quantity_test.sh +++ b/exercises/practice/variable-length-quantity/variable_length_quantity_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.2.0.0 diff --git a/exercises/practice/word-count/word_count_test.sh b/exercises/practice/word-count/word_count_test.sh index e88c9deb..08dfb956 100644 --- a/exercises/practice/word-count/word_count_test.sh +++ b/exercises/practice/word-count/word_count_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.4.0.1 diff --git a/exercises/practice/wordy/wordy_test.sh b/exercises/practice/wordy/wordy_test.sh index 0a2f563f..6b0a1180 100644 --- a/exercises/practice/wordy/wordy_test.sh +++ b/exercises/practice/wordy/wordy_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.5.0.0 diff --git a/exercises/practice/yacht/yacht_test.sh b/exercises/practice/yacht/yacht_test.sh index 667d59d4..8e5dd256 100644 --- a/exercises/practice/yacht/yacht_test.sh +++ b/exercises/practice/yacht/yacht_test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -load bats-extra.bash +load bats-extra # local version: 1.2.0.0