spec/features/tracks_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage

Inconsistent indentation detected. (https://github.com/bbatsov/ruby-style-guide#spaces-indentation)
Open

    scenario 'Usertype level_1_user' do
      create(:geozone)
      user = create(:user)
      login_as(user)

Severity: Minor
Found in spec/features/tracks_spec.rb by rubocop

This cops checks for inconsistent indentation.

Example:

class A
  def test
    puts 'hello'
     puts 'world'
  end
end

Inconsistent indentation detected. (https://github.com/bbatsov/ruby-style-guide#spaces-indentation)
Open

    scenario 'Usertype level_2_user' do
      create(:geozone)
      user = create(:user)
      login_as(user)

Severity: Minor
Found in spec/features/tracks_spec.rb by rubocop

This cops checks for inconsistent indentation.

Example:

class A
  def test
    puts 'hello'
     puts 'world'
  end
end

There are no issues that match your filters.

Category
Status