This file contains hidden or 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' | |
| describe Person do | |
| # NOTE: build, create and attributes_for are FactoryGirl methods | |
| # You should include this line in spec_helper to make them available | |
| # without FactoryGirl. (prefix): | |
| # --- | |
| # Rspec.configure do |config| | |
| # ... |
NewerOlder