spec/spec_helper.rb in tablecloth-rails-1.0.100 vs spec/spec_helper.rb in tablecloth-rails-1.0.101
- old
+ new
@@ -1,28 +1,29 @@
+# encoding: utf-8
# This file was generated by the `rspec --init` command. Conventionally, all
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
# Require this file using `require "spec_helper"` to ensure that it is only
# loaded once.
#
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
require 'coveralls'
Coveralls.wear!
-ENV["RAILS_ENV"] ||= 'test'
+ENV['RAILS_ENV'] ||= 'test'
-require File.expand_path("../../spec/test_app/config/environment", __FILE__)
+require File.expand_path('../../spec/test_app/config/environment', __FILE__)
require 'capybara/rspec'
require 'rspec/rails'
require 'rspec/autorun'
include Sprockets::Helpers::RailsHelper
include Sprockets::Helpers::IsolatedHelper
# Requires supporting ruby files with custom matchers and macros, etc,
# in spec/support/ and its subdirectories.
-Dir[Rails.root.join("spec/support/**/*.rb")].each { |f| require f }
+Dir[Rails.root.join('spec/support/**/*.rb')].each { |f| require f }
RSpec.configure do |config|
# ## Mock Framework
#
# If you prefer to use mocha, flexmock or RR, uncomment the appropriate line:
@@ -32,10 +33,10 @@
# config.mock_with :rr
config.treat_symbols_as_metadata_keys_with_true_values = true
config.run_all_when_everything_filtered = true
config.filter_run :focus
-
+
# Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
config.fixture_path = "#{::Rails.root}/spec/fixtures"
# If you're not using ActiveRecord, or you'd prefer not to run each of your
# examples within a transaction, remove the following line or assign false