Skip to content

Commit 35ae4fa

Browse files
authored
Run RSpec tests in CI. (#2262)
I'm not sure why, but these tests were not being run as part of our CI build. I think it's good to have some sort of compatibility tests with RSpec so I opted to keep them vs. removing them.
1 parent 5576471 commit 35ae4fa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@ namespace :docs do
134134
end
135135
end
136136

137-
task default: [:test, :engine_test]
137+
task default: [:test, :engine_test, :spec]

docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ nav_order: 6
1818

1919
*Joel Hawksley*
2020

21+
* Run RSpec tests in CI.
22+
23+
*Joel Hawksley*
24+
2125
## 3.22.0
2226

2327
* Rewrite `ViewComponents at GitHub` documentation as more general `Best practices`.

0 commit comments

Comments
 (0)