You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To get the tests running, I used this sequence. I didn't see anything like this in the README or docs so I'd like to know if this is the best formula or if I should be doing something else. If this looks good, I can provide a pull request to add it to the README
$ rake gemspec # makes kramdown.gemspec
$ cat > Gemfile <<EOF
source 'https://rubygems.org'
gemspec
EOF
$ bundle # installs the dev deps
$ rake # runs the tests
The text was updated successfully, but these errors were encountered:
To get the tests running, I used this sequence. I didn't see anything like this in the README or docs so I'd like to know if this is the best formula or if I should be doing something else. If this looks good, I can provide a pull request to add it to the README
The text was updated successfully, but these errors were encountered: