From 7b2c5ab79c3494036daf5bb7b0bde5f636a48ae9 Mon Sep 17 00:00:00 2001 From: Rafael Reggiani Manzo Date: Thu, 7 Aug 2014 12:19:26 -0300 Subject: [PATCH] Switched remaining spec_helper requires to rails_helper --- spec/controllers/tutorials_controller_spec.rb | 2 +- spec/routing/compound_metric_configurations_routing_spec.rb | 2 +- spec/routing/home_routing_spec.rb | 2 +- spec/routing/metric_configurations_routing_spec.rb | 2 +- spec/routing/mezuro_configuration_routing_spec.rb | 2 +- spec/routing/mezuro_ranges_routing_spec.rb | 2 +- spec/routing/modules_routing_spec.rb | 2 +- spec/routing/project_routing_spec.rb | 2 +- spec/routing/reading_groups_routing_spec.rb | 2 +- spec/routing/readings_routing_spec.rb | 2 +- spec/routing/repositories_routing_spec.rb | 2 +- spec/routing/tutorials_routing_spec.rb | 2 +- spec/routing/user_routing_spec.rb | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/spec/controllers/tutorials_controller_spec.rb b/spec/controllers/tutorials_controller_spec.rb index 3946f67..a384362 100644 --- a/spec/controllers/tutorials_controller_spec.rb +++ b/spec/controllers/tutorials_controller_spec.rb @@ -1,4 +1,4 @@ -require 'spec_helper' +require 'rails_helper' describe TutorialsController do describe 'view' do diff --git a/spec/routing/compound_metric_configurations_routing_spec.rb b/spec/routing/compound_metric_configurations_routing_spec.rb index d77648e..b0bd9a9 100644 --- a/spec/routing/compound_metric_configurations_routing_spec.rb +++ b/spec/routing/compound_metric_configurations_routing_spec.rb @@ -1,4 +1,4 @@ -require "spec_helper" +require "rails_helper" describe CompoundMetricConfigurationsController, :type => :routing do describe "routing" do diff --git a/spec/routing/home_routing_spec.rb b/spec/routing/home_routing_spec.rb index 605e8b0..f9d84f7 100644 --- a/spec/routing/home_routing_spec.rb +++ b/spec/routing/home_routing_spec.rb @@ -1,4 +1,4 @@ -require "spec_helper" +require "rails_helper" describe HomeController, :type => :routing do describe "routing" do diff --git a/spec/routing/metric_configurations_routing_spec.rb b/spec/routing/metric_configurations_routing_spec.rb index 0ca56fe..66a8106 100644 --- a/spec/routing/metric_configurations_routing_spec.rb +++ b/spec/routing/metric_configurations_routing_spec.rb @@ -1,4 +1,4 @@ -require "spec_helper" +require "rails_helper" describe MetricConfigurationsController, :type => :routing do describe "routing" do diff --git a/spec/routing/mezuro_configuration_routing_spec.rb b/spec/routing/mezuro_configuration_routing_spec.rb index a387e67..d29068b 100644 --- a/spec/routing/mezuro_configuration_routing_spec.rb +++ b/spec/routing/mezuro_configuration_routing_spec.rb @@ -1,4 +1,4 @@ -require "spec_helper" +require "rails_helper" describe MezuroConfigurationsController, :type => :routing do describe "routing" do diff --git a/spec/routing/mezuro_ranges_routing_spec.rb b/spec/routing/mezuro_ranges_routing_spec.rb index 67df3ef..bf7ee95 100644 --- a/spec/routing/mezuro_ranges_routing_spec.rb +++ b/spec/routing/mezuro_ranges_routing_spec.rb @@ -1,4 +1,4 @@ -require "spec_helper" +require "rails_helper" describe MezuroRangesController, :type => :routing do describe "routing" do diff --git a/spec/routing/modules_routing_spec.rb b/spec/routing/modules_routing_spec.rb index 3818c40..7e712ea 100644 --- a/spec/routing/modules_routing_spec.rb +++ b/spec/routing/modules_routing_spec.rb @@ -1,4 +1,4 @@ -require "spec_helper" +require "rails_helper" describe ModulesController, :type => :routing do describe "routing" do diff --git a/spec/routing/project_routing_spec.rb b/spec/routing/project_routing_spec.rb index 83a76cd..5d0bea0 100644 --- a/spec/routing/project_routing_spec.rb +++ b/spec/routing/project_routing_spec.rb @@ -1,4 +1,4 @@ -require "spec_helper" +require "rails_helper" describe ProjectsController, :type => :routing do describe "routing" do diff --git a/spec/routing/reading_groups_routing_spec.rb b/spec/routing/reading_groups_routing_spec.rb index c255978..79a7a78 100644 --- a/spec/routing/reading_groups_routing_spec.rb +++ b/spec/routing/reading_groups_routing_spec.rb @@ -1,4 +1,4 @@ -require "spec_helper" +require "rails_helper" describe ReadingGroupsController, :type => :routing do describe "routing" do diff --git a/spec/routing/readings_routing_spec.rb b/spec/routing/readings_routing_spec.rb index e18315a..02bb009 100644 --- a/spec/routing/readings_routing_spec.rb +++ b/spec/routing/readings_routing_spec.rb @@ -1,4 +1,4 @@ -require "spec_helper" +require "rails_helper" describe ReadingsController, :type => :routing do describe "routing" do diff --git a/spec/routing/repositories_routing_spec.rb b/spec/routing/repositories_routing_spec.rb index ecd5aed..102ecc6 100644 --- a/spec/routing/repositories_routing_spec.rb +++ b/spec/routing/repositories_routing_spec.rb @@ -1,4 +1,4 @@ -require "spec_helper" +require "rails_helper" describe RepositoriesController, :type => :routing do describe "routing" do diff --git a/spec/routing/tutorials_routing_spec.rb b/spec/routing/tutorials_routing_spec.rb index dc3c370..e001844 100644 --- a/spec/routing/tutorials_routing_spec.rb +++ b/spec/routing/tutorials_routing_spec.rb @@ -1,4 +1,4 @@ -require "spec_helper" +require "rails_helper" describe TutorialsController, :type => :routing do describe "routing" do diff --git a/spec/routing/user_routing_spec.rb b/spec/routing/user_routing_spec.rb index 51fcdc8..92d6483 100644 --- a/spec/routing/user_routing_spec.rb +++ b/spec/routing/user_routing_spec.rb @@ -1,4 +1,4 @@ -require "spec_helper" +require "rails_helper" describe UsersController, :type => :routing do describe "routing" do -- libgit2 0.21.2