Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Removed unused variables and duplicate configs
Browse files Browse the repository at this point in the history
  • Loading branch information
shivashankar-ror committed Sep 16, 2019
1 parent 2fd8d86 commit a1a0fbf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions spec/rails_helper.rb
Expand Up @@ -97,7 +97,4 @@
config.append_after(:each) do
DatabaseCleaner.clean
end

config.filter_run focus: true
config.run_all_when_everything_filtered = true
end
1 change: 0 additions & 1 deletion spec/services/page_cloner_spec.rb
Expand Up @@ -307,7 +307,6 @@ def get_plugin(type)

context 'excluding shares from clone' do
before do
@exclude_shares = true
@cloned_page = PageCloner.clone(page, 'The English Patient', nil, false, true)
end

Expand Down

0 comments on commit a1a0fbf

Please sign in to comment.