Skip to content

Commit

Permalink
We're not using Cucumber + Aruba.
Browse files Browse the repository at this point in the history
  • Loading branch information
duckinator committed Aug 20, 2016
1 parent 4ac2567 commit 2e91f01
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Gemfile
Expand Up @@ -3,6 +3,3 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in how_is.gemspec
gemspec

group :development do
gem 'aruba', git: 'https://github.com/cucumber/aruba.git'
end
2 changes: 0 additions & 2 deletions Rakefile
@@ -1,7 +1,5 @@
require "bundler/gem_tasks"
require "rspec/core/rake_task"
require 'cucumber'
require 'cucumber/rake/task'

RSpec::Core::RakeTask.new(:spec)

Expand Down
1 change: 0 additions & 1 deletion how_is.gemspec
Expand Up @@ -35,5 +35,4 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "timecop", "~> 0.8.1"
#spec.add_development_dependency "aruba", "~> 0.14.1"
end

0 comments on commit 2e91f01

Please sign in to comment.