File tree 2 files changed +32
-25
lines changed
2 files changed +32
-25
lines changed Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- activesupport (3.2.18 )
4
+ activesupport (3.2.19 )
5
5
i18n (~> 0.6 , >= 0.6.4 )
6
6
multi_json (~> 1.0 )
7
7
celluloid (0.15.2 )
8
8
timers (~> 1.1.0 )
9
- celluloid-io (0.15.0 )
10
- celluloid (>= 0.15.0 )
11
- nio4r (>= 0.5.0 )
12
9
coderay (1.1.0 )
13
10
daemons (1.1.9 )
14
11
deckrb (0.5.2 )
27
24
eventmachine (1.0.3 )
28
25
ffi (1.9.3 )
29
26
files (0.3.1 )
30
- i18n (0.6.9 )
27
+ i18n (0.6.11 )
31
28
json (1.8.1 )
32
- listen (2.7.4 )
29
+ listen (2.7.9 )
33
30
celluloid (>= 0.15.2 )
34
- celluloid-io (>= 0.15.0 )
35
31
rb-fsevent (>= 0.9.3 )
36
32
rb-inotify (>= 0.9 )
37
33
mini_portile (0.6.0 )
38
- multi_json (1.10.0 )
39
- nio4r (1.0.0 )
40
- nokogiri (1.6.2.1 )
34
+ multi_json (1.10.1 )
35
+ nokogiri (1.6.3.1 )
41
36
mini_portile (= 0.6.0 )
42
- polyglot (0.3.4 )
37
+ polyglot (0.3.5 )
43
38
predicated (0.2.6 )
44
39
rack (1.5.2 )
45
40
rack-codehighlighter (0.5.0 )
49
44
rack
50
45
rack-test (0.6.2 )
51
46
rack (>= 1.0 )
52
- rake (10.3.1 )
47
+ rake (10.3.2 )
53
48
rb-fsevent (0.9.4 )
54
- rb-inotify (0.9.4 )
49
+ rb-inotify (0.9.5 )
55
50
ffi (>= 0.5.0 )
56
51
redcarpet (2.3.0 )
57
52
rerun (0.10.0 )
58
53
listen (~> 2.7 , >= 2.7.3 )
59
- rspec (2.14.1 )
60
- rspec-core (~> 2.14.0 )
61
- rspec-expectations (~> 2.14.0 )
62
- rspec-mocks (~> 2.14.0 )
63
- rspec-core (2.14.8 )
64
- rspec-expectations (2.14.5 )
65
- diff-lcs (>= 1.1.3 , < 2.0 )
66
- rspec-mocks (2.14.6 )
67
- ruby2ruby (2.1.0 )
54
+ rspec (3.0.0 )
55
+ rspec-core (~> 3.0.0 )
56
+ rspec-expectations (~> 3.0.0 )
57
+ rspec-mocks (~> 3.0.0 )
58
+ rspec-core (3.0.4 )
59
+ rspec-support (~> 3.0.0 )
60
+ rspec-expectations (3.0.4 )
61
+ diff-lcs (>= 1.2.0 , < 2.0 )
62
+ rspec-support (~> 3.0.0 )
63
+ rspec-mocks (3.0.4 )
64
+ rspec-support (~> 3.0.0 )
65
+ rspec-support (3.0.4 )
66
+ ruby2ruby (2.1.1 )
68
67
ruby_parser (~> 3.1 )
69
68
sexp_processor (~> 4.0 )
70
- ruby_parser (3.6.1 )
69
+ ruby_parser (3.6.2 )
71
70
sexp_processor (~> 4.1 )
72
- sass (3.3.7 )
73
- sexp_processor (4.4.3 )
71
+ sass (3.4.1 )
72
+ sexp_processor (4.4.4 )
74
73
sinatra (1.4.5 )
75
74
rack (~> 1.4 )
76
75
rack-protection (~> 1.4 )
Original file line number Diff line number Diff line change @@ -14,5 +14,13 @@ def assert_loosely_equal lhs, rhs
14
14
15
15
RSpec . configure do |c |
16
16
c . include Files
17
+
18
+ c . expect_with :rspec do |expectations |
19
+ expectations . syntax = [ :expect , :should ]
20
+ end
21
+
22
+ c . mock_with :rspec do |mocks |
23
+ mocks . syntax = [ :should , :expect ]
24
+ end
17
25
end
18
26
You can’t perform that action at this time.
0 commit comments