aboutsummaryrefslogtreecommitdiff
path: root/spec/KeymapEvaluatorSpec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'spec/KeymapEvaluatorSpec.cpp')
-rw-r--r--spec/KeymapEvaluatorSpec.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/KeymapEvaluatorSpec.cpp b/spec/KeymapEvaluatorSpec.cpp
index 4c19dfd..8e8ba87 100644
--- a/spec/KeymapEvaluatorSpec.cpp
+++ b/spec/KeymapEvaluatorSpec.cpp
@@ -7,7 +7,7 @@ class KeymapEvaluatorSpec : public QObject {
Q_OBJECT
private slots:
- void testEvaluateSingleKeyChord() {
+ void test_evaluate_single_key_chord() {
context("when the key sequence is mapped");
it("calls mapping") {
int keymapWasCalled = false;
@@ -33,7 +33,7 @@ private slots:
}
}
- void testEvaluateMultiKeySequence() {
+ void test_evaluate_multi_key_sequence() {
context("when the full key sequence is mapped");
it("calls mapping") {
int keymapWasCalled = false;