Skip to content

Commit

Permalink
Add a failure spec for postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger Campos committed Dec 9, 2011
1 parent 303e5a6 commit ad91bb9
Show file tree
Hide file tree
Showing 4 changed files with 518 additions and 9 deletions.
20 changes: 11 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
PATH
remote: .
specs:
immortal (1.0.3)
immortal (1.0.5)
activerecord (~> 3.1.1)

GEM
remote: http://rubygems.org/
specs:
activemodel (3.1.1)
activesupport (= 3.1.1)
activemodel (3.1.3)
activesupport (= 3.1.3)
builder (~> 3.0.0)
i18n (~> 0.6)
activerecord (3.1.1)
activemodel (= 3.1.1)
activesupport (= 3.1.1)
activerecord (3.1.3)
activemodel (= 3.1.3)
activesupport (= 3.1.3)
arel (~> 2.2.1)
tzinfo (~> 0.3.29)
activesupport (3.1.1)
activesupport (3.1.3)
multi_json (~> 1.0)
arel (2.2.1)
builder (3.0.0)
diff-lcs (1.1.3)
i18n (0.6.0)
multi_json (1.0.3)
multi_json (1.0.4)
pg (0.11.0)
rspec (2.6.0)
rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0)
Expand All @@ -32,12 +33,13 @@ GEM
diff-lcs (~> 1.1.2)
rspec-mocks (2.6.0)
sqlite3 (1.3.4)
tzinfo (0.3.30)
tzinfo (0.3.31)

PLATFORMS
ruby

DEPENDENCIES
immortal!
pg
rspec (~> 2.6.0)
sqlite3
1 change: 1 addition & 0 deletions immortal.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ Gem::Specification.new do |s|
s.add_dependency 'activerecord', '~> 3.1.1'
s.add_development_dependency 'rspec', '~> 2.6.0'
s.add_development_dependency 'sqlite3'
s.add_development_dependency 'pg'

end
Loading

0 comments on commit ad91bb9

Please sign in to comment.