Created
January 8, 2014 16:11
-
-
Save slowjack2k/8319290 to your computer and use it in GitHub Desktop.
rspec shared groups using shared groups
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'spec_helper' | |
require 'shared_group' | |
describe Object do | |
it_behaves_like "success example" | |
end |
Author
slowjack2k
commented
Jan 8, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment