Sha256: 894f0aea38d8408f0c8e4ae2a93013348cf7c7e6e33a1e096ff33e3c30ad07c9

Contents?: true

Size: 213 Bytes

Versions: 1

Compression:

Stored size: 213 Bytes

Contents

# FactoryGirl allows you to quickly create template based objects
# The syntax methods give you inline `create` and a `build` commands
RSpec.configure do |config|
  config.include FactoryGirl::Syntax::Methods
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
authkit-0.7.0 lib/generators/authkit/templates/spec/support/factory_girl.rb