We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28da9da commit a4946e6Copy full SHA for a4946e6
3 files changed
.rspec
@@ -1,3 +1,2 @@
1
--format progress
2
--color
3
-
.travis.yml
@@ -10,6 +10,8 @@ env:
10
- DB=postgres
11
- DB=sqlite
12
13
+sudo: false
14
+
15
before_script:
16
- sh -c "if [ \"$DB\" = 'mysql' ]; then mysql -e 'create database paper_trail_test;'; fi"
17
- sh -c "if [ \"$DB\" = 'mysql' ]; then mysql -e 'create database paper_trail_bar; '; fi"
CHANGELOG.md
@@ -1,5 +1,6 @@
## 3.1.0 (Unreleased)
+ - [#398](https://github.com/airblade/paper_trail/pull/398) - Only require the `RSpec` helper if `RSpec::Core` is required.
4
- [#394](https://github.com/airblade/paper_trail/pull/394) - Add RSpec matcher `have_a_version_with` for easier testing.
5
6
## 3.0.3
0 commit comments