diff --git a/Gemfile b/Gemfile index a76bbc7..416f7ba 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'http://rubygems.org' gem 'rails', '3.0.3' -gem 'sqlite3-ruby', '1.3.2', :require => 'sqlite3' +gem 'sqlite3-ruby', '1.3.2', :require => 'sqlite3', :group => :development gem 'gravatar_image_tag', '1.0.0.pre2' gem 'will_paginate', '3.0.pre2' diff --git a/spec/helpers/geronimo_helper_spec.rb b/spec/helpers/geronimo_helper_spec.rb deleted file mode 100644 index 7dfe30a..0000000 --- a/spec/helpers/geronimo_helper_spec.rb +++ /dev/null @@ -1,15 +0,0 @@ -require 'spec_helper' - -# Specs in this file have access to a helper object that includes -# the GeronimoHelper. For example: -# -# describe GeronimoHelper do -# describe "string concat" do -# it "concats two strings with spaces" do -# helper.concat_strings("this","that").should == "this that" -# end -# end -# end -describe GeronimoHelper do - pending "add some examples to (or delete) #{__FILE__}" -end