We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 568013e + 361a491 commit 79f7c97Copy full SHA for 79f7c97
guides/source/plugins.md
@@ -68,6 +68,15 @@ spec.metadata["changelog_uri"] = "http://example.com"
68
69
Then run the `bundle install` command.
70
71
+After that, set up your testing database by navigating to the `test/dummy` directory and running the following command:
72
+
73
+```bash
74
+$ cd test/dummy
75
+$ bin/rails db:create
76
+```
77
78
+Once the database is created, return to the plugin's root directory (`cd ../..`).
79
80
Now you can run the tests using the `bin/test` command, and you should see:
81
82
```bash
0 commit comments