mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
878e9582e1
In order to write tests for the `word_wrap` method we have, we need a spec helper that we can require. We don't need anything fancy. The doublespeak_spec_helper is doing most of what we want except for the Doublespeak require.
2 lines
61 B
Ruby
2 lines
61 B
Ruby
require 'shoulda/matchers/doublespeak'
|
|
require 'spec_helper'
|