mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Add dependency on aruba
This commit is contained in:
parent
8ef79aad33
commit
a51b97010d
2 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,7 @@ Gem::Specification.new do |s|
|
|||
s.add_development_dependency('activerecord', '~>3.0.0.beta3')
|
||||
s.add_development_dependency('rr')
|
||||
s.add_development_dependency('sqlite3')
|
||||
s.add_development_dependency('aruba')
|
||||
|
||||
s.platform = Gem::Platform::RUBY
|
||||
s.rubygems_version = %q{1.2.0}
|
||||
|
|
|
@ -4,3 +4,5 @@ $: << File.join(PROJECT_ROOT, 'lib')
|
|||
|
||||
require 'active_record'
|
||||
require 'factory_girl'
|
||||
|
||||
require 'aruba/cucumber'
|
||||
|
|
Loading…
Add table
Reference in a new issue