File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ gem 'rails', '4.1.1'
6
6
7
7
group :development , :test do
8
8
gem 'sqlite3' , '1.3.8'
9
- gem 'rspec-rails' , '2.13 .1'
9
+ gem 'rspec-rails' , '2.14 .1'
10
10
end
11
11
12
12
group :test do
Original file line number Diff line number Diff line change 50
50
ffi (1.9.3 )
51
51
hike (1.2.3 )
52
52
i18n (0.6.9 )
53
- jbuilder (2.1.0 )
53
+ jbuilder (2.1.1 )
54
54
activesupport (>= 3.0.0 , < 5 )
55
55
multi_json (~> 1.2 )
56
56
jquery-rails (3.1.0 )
94
94
rake (10.3.2 )
95
95
rdoc (3.12.2 )
96
96
json (~> 1.4 )
97
- rspec-core (2.13.1 )
98
- rspec-expectations (2.13.0 )
97
+ rspec-core (2.14.8 )
98
+ rspec-expectations (2.14.5 )
99
99
diff-lcs (>= 1.1.3 , < 2.0 )
100
- rspec-mocks (2.13.1 )
101
- rspec-rails (2.13 .1 )
100
+ rspec-mocks (2.14.6 )
101
+ rspec-rails (2.14 .1 )
102
102
actionpack (>= 3.0 )
103
+ activemodel (>= 3.0 )
103
104
activesupport (>= 3.0 )
104
105
railties (>= 3.0 )
105
- rspec-core (~> 2.13 .0 )
106
- rspec-expectations (~> 2.13 .0 )
107
- rspec-mocks (~> 2.13 .0 )
106
+ rspec-core (~> 2.14 .0 )
107
+ rspec-expectations (~> 2.14 .0 )
108
+ rspec-mocks (~> 2.14 .0 )
108
109
rubyzip (0.9.9 )
109
110
sass (3.2.19 )
110
111
sass-rails (4.0.3 )
@@ -159,7 +160,7 @@ DEPENDENCIES
159
160
pg (= 0.15.1 )
160
161
rails (= 4.1.1 )
161
162
rails_12factor (= 0.0.2 )
162
- rspec-rails (= 2.13 .1 )
163
+ rspec-rails (= 2.14 .1 )
163
164
sass-rails (~> 4.0.3 )
164
165
sdoc (= 0.3.20 )
165
166
selenium-webdriver (= 2.35.1 )
Original file line number Diff line number Diff line change 4
4
require 'rspec/rails'
5
5
require 'rspec/autorun'
6
6
7
+
7
8
# Requires supporting ruby files with custom matchers and macros, etc,
8
9
# in spec/support/ and its subdirectories.
9
10
Dir [ Rails . root . join ( "spec/support/**/*.rb" ) ] . each { |f | require f }
You can’t perform that action at this time.
0 commit comments