diff --git a/exercises/accumulate/accumulate_test.spec.coffee b/exercises/accumulate/accumulate.spec.coffee similarity index 100% rename from exercises/accumulate/accumulate_test.spec.coffee rename to exercises/accumulate/accumulate.spec.coffee diff --git a/exercises/anagram/anagram_test.spec.coffee b/exercises/anagram/anagram.spec.coffee similarity index 100% rename from exercises/anagram/anagram_test.spec.coffee rename to exercises/anagram/anagram.spec.coffee diff --git a/exercises/atbash-cipher/atbash_cipher_test.spec.coffee b/exercises/atbash-cipher/atbash_cipher.spec.coffee similarity index 100% rename from exercises/atbash-cipher/atbash_cipher_test.spec.coffee rename to exercises/atbash-cipher/atbash_cipher.spec.coffee diff --git a/exercises/beer-song/beer-song_test.spec.coffee b/exercises/beer-song/beer-song.spec.coffee similarity index 100% rename from exercises/beer-song/beer-song_test.spec.coffee rename to exercises/beer-song/beer-song.spec.coffee diff --git a/exercises/binary-search-tree/binary_search_tree_test.spec.coffee b/exercises/binary-search-tree/binary_search_tree.spec.coffee similarity index 100% rename from exercises/binary-search-tree/binary_search_tree_test.spec.coffee rename to exercises/binary-search-tree/binary_search_tree.spec.coffee diff --git a/exercises/binary/binary_test.spec.coffee b/exercises/binary/binary.spec.coffee similarity index 100% rename from exercises/binary/binary_test.spec.coffee rename to exercises/binary/binary.spec.coffee diff --git a/exercises/bob/bob_test.spec.coffee b/exercises/bob/bob.spec.coffee similarity index 100% rename from exercises/bob/bob_test.spec.coffee rename to exercises/bob/bob.spec.coffee diff --git a/exercises/clock/clock_test.spec.coffee b/exercises/clock/clock.spec.coffee similarity index 100% rename from exercises/clock/clock_test.spec.coffee rename to exercises/clock/clock.spec.coffee diff --git a/exercises/hexadecimal/hexadecimal_test.spec.coffee b/exercises/hexadecimal/hexadecimal.spec.coffee similarity index 100% rename from exercises/hexadecimal/hexadecimal_test.spec.coffee rename to exercises/hexadecimal/hexadecimal.spec.coffee diff --git a/exercises/linked-list/linked-list_test.spec.coffee b/exercises/linked-list/linked-list.spec.coffee similarity index 100% rename from exercises/linked-list/linked-list_test.spec.coffee rename to exercises/linked-list/linked-list.spec.coffee diff --git a/exercises/luhn/luhn_test.spec.coffee b/exercises/luhn/luhn.spec.coffee similarity index 100% rename from exercises/luhn/luhn_test.spec.coffee rename to exercises/luhn/luhn.spec.coffee diff --git a/exercises/nth-prime/nth_prime_test.spec.coffee b/exercises/nth-prime/nth_prime.spec.coffee similarity index 100% rename from exercises/nth-prime/nth_prime_test.spec.coffee rename to exercises/nth-prime/nth_prime.spec.coffee diff --git a/exercises/nucleotide-count/nucleotide-count_test.spec.coffee b/exercises/nucleotide-count/nucleotide-count.spec.coffee similarity index 100% rename from exercises/nucleotide-count/nucleotide-count_test.spec.coffee rename to exercises/nucleotide-count/nucleotide-count.spec.coffee diff --git a/exercises/palindrome-products/palindrome_products_test.spec.coffee b/exercises/palindrome-products/palindrome_products.spec.coffee similarity index 100% rename from exercises/palindrome-products/palindrome_products_test.spec.coffee rename to exercises/palindrome-products/palindrome_products.spec.coffee diff --git a/exercises/queen-attack/queen_attack_test.spec.coffee b/exercises/queen-attack/queen_attack.spec.coffee similarity index 100% rename from exercises/queen-attack/queen_attack_test.spec.coffee rename to exercises/queen-attack/queen_attack.spec.coffee diff --git a/exercises/triangle/triangle_test.spec.coffee b/exercises/triangle/triangle.spec.coffee similarity index 100% rename from exercises/triangle/triangle_test.spec.coffee rename to exercises/triangle/triangle.spec.coffee diff --git a/exercises/trinary/trinary_test.spec.coffee b/exercises/trinary/trinary.spec.coffee similarity index 100% rename from exercises/trinary/trinary_test.spec.coffee rename to exercises/trinary/trinary.spec.coffee diff --git a/exercises/word-count/word-count_test.spec.coffee b/exercises/word-count/word-count.spec.coffee similarity index 100% rename from exercises/word-count/word-count_test.spec.coffee rename to exercises/word-count/word-count.spec.coffee diff --git a/exercises/wordy/wordy_test.spec.coffee b/exercises/wordy/wordy.spec.coffee similarity index 100% rename from exercises/wordy/wordy_test.spec.coffee rename to exercises/wordy/wordy.spec.coffee