Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgodin committed Jul 26, 2011
1 parent a57c975 commit 4fc3979
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Rakefile
Expand Up @@ -15,11 +15,8 @@ SUSPENDERS_GEM_VERSION = '0.2.6'
Cucumber::Rake::Task.new

namespace :test do
p "here"
desc "A full suspenders app's test suite"
p "here"
task :full => ['test_project:generate', 'cucumber', 'test_project:destroy']
p "here"
end

namespace :test_project do
Expand Down
2 changes: 1 addition & 1 deletion suspenders.gemspec
Expand Up @@ -27,7 +27,7 @@ rush to build something amazing; don't use it if you like missing deadlines.
s.add_dependency('rails', '3.0.9')
s.add_dependency('bundler', '>= 1.0.7')
s.add_dependency('trout', '>= 0.3.0')
s.add_development_dependancy('cucumber', '>= 1.0.2')
s.add_development_dependancy('cucumber', '~> 1.0.2')

# = MANIFEST =
s.files = %w[
Expand Down

0 comments on commit 4fc3979

Please sign in to comment.