Skip to content

Commit

Permalink
Fixing the usage of rspec.
Browse files Browse the repository at this point in the history
.rspec stays in but each file will explicitly require what it needs so I
don't need to use --require.
  • Loading branch information
Hugo Corbucci committed Jan 23, 2015
1 parent 0817dd6 commit db216ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .rspec
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
--color
--require rails_helper
2 changes: 1 addition & 1 deletion spec/models/user_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# encoding: UTF-8
require 'spec_helper'
require 'rails_helper'

describe User, type: :model do
context "before validations" do
Expand Down

0 comments on commit db216ac

Please sign in to comment.