Skip to content
This repository was archived by the owner on Nov 18, 2020. It is now read-only.

Commit ea52372

Browse files
author
Todd Sedano
committed
Rspec working again
1 parent 0fae215 commit ea52372

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
.gems
66
.gems_old
77
20090827190915_mfse_add_people.rb
8-
Gemfile.lock
98

109
config/database.yml
1110
config/google_apps.yml

Gemfile

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ gem 'rack-openid'
1010
gem 'bundler'
1111
gem 'delayed_job', '2.1.0.pre'
1212

13-
# gem 'acts_as_list'
1413

1514
gem 'oauth'
1615

@@ -19,7 +18,7 @@ gem 'taps'
1918

2019
group :plugins do
2120
gem 'authlogic'
22-
gem 'calendar_date_select'
21+
gem 'calendar_date_select'
2322
end
2423

2524

@@ -35,27 +34,25 @@ group :development, :test do
3534
gem 'rake'
3635
gem 'mysql', '2.8.1'
3736
gem 'mongrel'
38-
# gem 'ruby-debug'
3937
gem 'ruby-debug-base' #'0.10.3'
40-
gem 'ruby-debug-ide'#, '0.4.6'
38+
gem 'ruby-debug-ide' #'0.4.6'
39+
gem 'shoulda'
4140
# gem 'hanna'
4241
gem 'rcov'
4342
gem 'rdoc', '2.4.3' #rdoc_rails required RDoc of 2.4.3 - http://stackoverflow.com/questions/2993435/rake-uninitialized-constant-rdocrdoc
43+
gem 'rspec-rails'
4444
gem 'mocha'
45-
gem 'rspec', '1.3.1'
46-
# gem 'rspec', '~>2.0.0'
47-
48-
# gem 'rspec-core'
49-
# gem 'rspec-expectations'
50-
# gem 'rspec-mocks'
51-
gem 'rspec-rails', '1.3.3'
52-
# gem 'rspec-rails'
53-
gem 'shoulda'
45+
gem 'rspec'
5446
gem 'factory_girl'
47+
5548
gem 'autotest-rails' if RUBY_PLATFORM =~ /darwin/
5649
gem "autotest-fsevent" if RUBY_PLATFORM =~ /darwin/
57-
gem 'autotest-growl' if RUBY_PLATFORM =~ /darwin/
58-
gem 'test-unit' #'=1.2.3' #Downgrading so that autotest, rspec will work
50+
gem 'autotest-growl' if RUBY_PLATFORM =~ /darwin/
51+
52+
gem 'test-unit', '1.2.3'
53+
5954
end
6055

56+
57+
6158
#gem 'gchartrb'

doc/README_FOR_APP.rdoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ Students should
3232
1. bundle install
3333
1. bundle exec rake db:schema:load
3434
1. bundle exec rake db:setup (to load the seeds.rb data)
35+
1. verify your configuration
36+
1. script/server
37+
1. bundle exec rake test
38+
1. bundle exec spec spec
39+
1. run the server in debug mode in an IDE.
3540

3641
=== DB setup
3742
According to team Marcadores, this is how you startup mysql. I use the GUI tools myself

0 commit comments

Comments
 (0)