File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,29 @@ Here are some ways *you* can contribute:
22
22
[ issues ] : https://github.com/sferik/rails_admin/issues
23
23
[ gittip ] : https://www.gittip.com/sferik/
24
24
25
+ ## Development
26
+
27
+ ### Running tests locally
28
+
29
+ To run the test suite, you need PhantomJS and ImageMagick (or GraphicsMagick).
30
+
31
+ Example on macOS using Homebrew:
32
+
33
+ brew cask install phantomjs
34
+ brew install imagemagick
35
+ bundle exec rspec
36
+
37
+ ### Tests run against multiple versions of Rails
38
+
39
+ In CI, we use [ appraisal] to run tests against multiple versions of Rails.
40
+ The [ gemfiles/ directory] contains the Gemfiles used to create the CI build
41
+ matrix. See [ the Travis CI configuration] for more details on what Ruby versions
42
+ run what Rails versions.
43
+
44
+ [ appraisal ] : https://github.com/thoughtbot/appraisal
45
+ [ gemfiles/ directory ] : ./gemfiles
46
+ [ the Travis CI configuration ] : ./.travis.yml
47
+
25
48
## Getting Help
26
49
27
50
We use a [ mailing list] [ list ] for user support. If you've got a "how do
You can’t perform that action at this time.
0 commit comments