Skip to content

Commit

Permalink
Removes .rspec settings
Browse files Browse the repository at this point in the history
Everybody has own RSpec formatting preferences, we must not overwrite
these.
  • Loading branch information
Thomas von Deyen committed Nov 27, 2015
1 parent 42de96e commit 75aab80
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .rspec

This file was deleted.

2 changes: 2 additions & 0 deletions spec/controllers/locales_controller_spec.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'spec_helper'

RSpec.describe Spree::HomeController, type: :controller do
routes { Spree::Core::Engine.routes }

Expand Down
2 changes: 2 additions & 0 deletions spec/features/admin/translations_spec.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'spec_helper'

RSpec.feature 'Translations', :js do
stub_authorization!

Expand Down
1 change: 1 addition & 0 deletions spec/features/russian_errors_translation_spec.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# encoding: utf-8
require 'spec_helper'

RSpec.describe 'Russian errors translations' do
def translation(count)
Expand Down
1 change: 1 addition & 0 deletions spec/features/translation_spec.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# encoding: utf-8
require 'spec_helper'

RSpec.describe 'Translation' do
def translation
Expand Down
2 changes: 2 additions & 0 deletions spec/features/translations_spec.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# encoding: utf-8
require 'spec_helper'

RSpec.feature 'Translations', :js do
given(:language) { Spree.t(:this_file_language, scope: 'i18n', locale: 'pt-BR') }

Expand Down

0 comments on commit 75aab80

Please sign in to comment.