GITLAB
kubaninc
/ has_magic_fields
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
d848577bc265a2659bcb8bdd0d978e8181dd1993
Authored by
ikeqiao
2014-07-30 16:12:14 +0800
1 parent
5b7837db
Exists in
master
remove rspec/autorun
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
spec/spec_helper.rb
Side-by-side Diff
Inline Diff
spec/spec_helper.rb
Wrap text
Diff comments
View file @
d848577
...
...
@@ -2,7 +2,6 @@
2
2
require 'debugger'
3
3
4
4
require 'rubygems'
5
-require 'rspec/autorun'
6
5
require "active_record"
7
6
require 'active_support'
8
7
require 'sqlite3'
...
...