Navigation Menu

Skip to content

Commit

Permalink
Recomment out optional libraries, and beautify the test group of the …
Browse files Browse the repository at this point in the history
…Gemfile.
  • Loading branch information
Steven Heidel committed Aug 23, 2010
1 parent 7336571 commit 531e0fa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
8 changes: 6 additions & 2 deletions Gemfile
Expand Up @@ -70,22 +70,26 @@ gem 'dragonfly', :git => 'git://github.com/parndt/dragonfly.git',
# REFINERY CMS DEVELOPMENT ====================================================

group :test do
gem 'json_pure', '= 1.4.6', :require => 'json/pure'

# RSpec
gem 'rspec', (RSPEC_VERSION = '~> 2.0.0.beta.19')
gem 'rspec-core', RSPEC_VERSION, :require => 'rspec/core'
gem 'rspec-expectations', RSPEC_VERSION, :require => 'rspec/expectations'
gem 'rspec-mocks', RSPEC_VERSION, :require => 'rspec/mocks'
gem 'rspec-rails', RSPEC_VERSION
# Cucumber
gem 'capybara'
gem 'database_cleaner'
gem 'cucumber-rails'
gem 'cucumber'
gem 'spork' unless RUBY_PLATFORM =~ /mswin|mingw/
gem 'launchy'
gem 'gherkin'
# FIXME: JSON constant constants warnings
gem 'json_pure', '= 1.4.6', :require => 'json/pure'
# Factory Girl
gem 'factory_girl'
gem 'ruby-prof'
# Autotest
gem 'autotest'
gem 'autotest-rails'
gem 'autotest-notification'
Expand Down
10 changes: 6 additions & 4 deletions autotest/autotest.rb
@@ -1,7 +1,9 @@
require "autotest/restart"
require "test_notifier/runner/autotest"
require "redgreen/autotest"
require "autotest/timestamp"
### uncomment any of the following requires applicable for your system
### and then copy this to .autotest if you are using the ZenTest autotest.
# require "autotest/restart"
# require "test_notifier/runner/autotest"
# require "redgreen/autotest"
# require "autotest/timestamp"

# adds exceptions from .gitignore file, please modify exceptions there!
imported_exceptions = IO.readlines('.gitignore').inject([]) do |acc, line|
Expand Down

0 comments on commit 531e0fa

Please sign in to comment.