Skip to content

Commit d88166d

Browse files
committed
remove Turnip
1 parent bb18dc8 commit d88166d

File tree

6 files changed

+2
-14
lines changed

6 files changed

+2
-14
lines changed

.rspec

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
--require rails_helper
2-
--require turnip/rspec
31
--format Fuubar
42
--color
53
--profile

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ source 'https://rubygems.org' do
158158
group :test do
159159
gem 'capybara'
160160
gem 'capybara-screenshot'
161-
gem 'turnip' # write rspec feature specs in cucumber style
162161
gem 'rack_session_access' # allows to set session from within Capybara
163162
gem 'poltergeist' # headless js driver for Capybara that uses phantomJs
164163
gem 'selenium-webdriver' # headfull js driver for Capybara

Gemfile.lock

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,6 @@ GEM
303303
multi_json (~> 1.0)
304304
net-http-persistent (>= 2.7)
305305
net-http-pipeline
306-
gherkin (2.12.2)
307-
multi_json (~> 1.3)
308306
github-markdown (0.6.8)
309307
grackle (0.3.0)
310308
json
@@ -690,9 +688,6 @@ GEM
690688
treetop (1.4.15)
691689
polyglot
692690
polyglot (>= 0.3.1)
693-
turnip (1.3.0)
694-
gherkin (>= 2.5)
695-
rspec (>= 2.14.0, < 4.0)
696691
tweet-button (0.1.0)
697692
twitter (5.5.1)
698693
addressable (~> 2.3)
@@ -836,7 +831,6 @@ DEPENDENCIES
836831
timecop!
837832
tire!
838833
travis!
839-
turnip!
840834
tweet-button!
841835
twitter!
842836
uglifier!

spec/controllers/accounts_controller_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
require 'spec_helper'
2+
13
RSpec.describe AccountsController, type: :controller, skip: true do
24
let(:team) { Fabricate(:team, account: nil) }
35
let(:plan) { Plan.create(amount: 20_000, interval: Plan::MONTHLY, name: 'Monthly') }

spec/spec_helper.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
require 'database_cleaner'
66

77
require 'webmock/rspec'
8-
# WebMock.disable_net_connect!(allow_localhost: true)
98

109
require 'sidekiq/testing/inline'
1110

spec/turnip_helper.rb

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)