Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
nuke cucumber specs
Browse files Browse the repository at this point in the history
  • Loading branch information
atmos committed Nov 24, 2010
1 parent 3cf19c4 commit 26aeb78
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 143 deletions.
7 changes: 3 additions & 4 deletions Gemfile
Expand Up @@ -10,12 +10,11 @@ group :runtime do
end end


group :test do group :test do
gem 'rack-test', '~>0.5.0', :require => 'rack/test' gem 'rake'
gem 'webrat', '~>0.7.0' gem 'webrat', '~>0.7.0'
gem 'rspec', '~>1.2.9', :require => 'spec' gem 'rspec', '~>1.2.9', :require => 'spec'
gem 'rake' gem 'rack-test', '~>0.5.0', :require => 'rack/test'
gem 'addressable', :require => 'addressable/uri'
gem 'cucumber', '~>0.5.1'
gem 'randexp' gem 'randexp'
gem 'addressable', :require => 'addressable/uri'
gem 'ParseTree', :require => 'parse_tree' gem 'ParseTree', :require => 'parse_tree'
end end
15 changes: 0 additions & 15 deletions Gemfile.lock
Expand Up @@ -8,21 +8,10 @@ GEM
ZenTest (~> 4.3) ZenTest (~> 4.3)
ZenTest (4.4.0) ZenTest (4.4.0)
addressable (2.2.2) addressable (2.2.2)
builder (3.0.0)
cucumber (0.5.3)
builder (>= 2.1.2)
diff-lcs (>= 1.1.2)
json_pure (>= 1.2.0)
polyglot (>= 0.2.9)
term-ansicolor (>= 1.0.4)
treetop (>= 1.4.2)
diff-lcs (1.1.2)
guid (0.1.1) guid (0.1.1)
haml (3.0.24) haml (3.0.24)
json (1.4.6) json (1.4.6)
json_pure (1.4.6)
nokogiri (1.4.4) nokogiri (1.4.4)
polyglot (0.3.1)
rack (1.2.1) rack (1.2.1)
rack-contrib (0.9.2) rack-contrib (0.9.2)
rack (>= 0.9.1) rack (>= 0.9.1)
Expand All @@ -38,11 +27,8 @@ GEM
sinatra (1.1.0) sinatra (1.1.0)
rack (~> 1.1) rack (~> 1.1)
tilt (~> 1.1) tilt (~> 1.1)
term-ansicolor (1.0.5)
test-spec (0.9.0) test-spec (0.9.0)
tilt (1.1) tilt (1.1)
treetop (1.4.9)
polyglot (>= 0.3.1)
webrat (0.7.2) webrat (0.7.2)
nokogiri (>= 1.2.0) nokogiri (>= 1.2.0)
rack (>= 1.0) rack (>= 1.0)
Expand All @@ -54,7 +40,6 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
ParseTree ParseTree
addressable addressable
cucumber (~> 0.5.1)
guid (~> 0.1.1) guid (~> 0.1.1)
haml (~> 3.0.0) haml (~> 3.0.0)
json json
Expand Down
8 changes: 1 addition & 7 deletions Rakefile
Expand Up @@ -47,17 +47,11 @@ task :make_spec do
end end
end end


task :default => [:spec, :cucumber] task :default => [:spec]


require 'spec/rake/spectask' require 'spec/rake/spectask'
desc "Run specs" desc "Run specs"
Spec::Rake::SpecTask.new do |t| Spec::Rake::SpecTask.new do |t|
t.spec_files = FileList['spec/**/*_spec.rb'] t.spec_files = FileList['spec/**/*_spec.rb']
t.spec_opts = %w(-fp --color) t.spec_opts = %w(-fp --color)
end end

require 'cucumber/rake/task'
Cucumber::Rake::Task.new do |t|
t.libs << 'lib'
t.cucumber_opts = "--format pretty"
end
28 changes: 0 additions & 28 deletions features/sessions.feature

This file was deleted.

13 changes: 0 additions & 13 deletions features/step_definitions/forms.rb

This file was deleted.

27 changes: 0 additions & 27 deletions features/step_definitions/html.rb

This file was deleted.

19 changes: 0 additions & 19 deletions features/step_definitions/requests.rb

This file was deleted.

5 changes: 0 additions & 5 deletions features/step_definitions/sessions_steps.rb

This file was deleted.

25 changes: 0 additions & 25 deletions features/support/env.rb

This file was deleted.

0 comments on commit 26aeb78

Please sign in to comment.