Skip to content

Commit

Permalink
Initial tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jarl-dk committed Jun 19, 2013
1 parent 00ce472 commit f0a5414
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ appraise "rails_3_2" do
gem "rails", "~> 3.2.0"
end

appraise "rails_4_0" do
gem "rails", "~> 4.0.0.rc2"
end

appraise "mongoid_2_1" do
gem "mongoid", "~> 2.1.0"
end
Expand Down
15 changes: 15 additions & 0 deletions gemfiles/rails_4_0.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# This file was generated by Appraisal

source "http://rubygems.org"

gem "rspec", "~> 2.8"
gem "rspec-rails", "~> 2.8"
gem "timecop"
gem "rspec_tag_matchers"
gem "ruby-debug", :platforms=>[:ruby_18, :jruby]
gem "debugger", :platforms=>[:ruby_19]
gem "appraisal"
gem "sqlite3"
gem "rails", "~> 4.0.0.rc2"

gemspec :path=>"../"

0 comments on commit f0a5414

Please sign in to comment.