spree_cmd 3.0.1 → 3.0.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: babe7008c6dca555047f6d5bdad5be4dfe83be67
|
4
|
+
data.tar.gz: 01ca3204315820290d82c0abc90db33873cc68aa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb60f90981cc1525ccc5b91ef1746bd2a3fbded7d0b05c3d3509c9279014a11bfe553ad16523129caaeaa923218d83a8a88ecb4005ef16fe41225f82e354826d
|
7
|
+
data.tar.gz: af31f7289e2ed67b280560df97cfa79f1a25a67cfa2ad87b7102bff588c7add3091abc8d12b6d85f275448268b8107730920813700a3e960d8217318771b9953
|
data/lib/spree_cmd/extension.rb
CHANGED
@@ -47,6 +47,12 @@ RSpec.configure do |config|
|
|
47
47
|
# current_path.should eql(spree.products_path)
|
48
48
|
config.include Spree::TestingSupport::UrlHelpers
|
49
49
|
|
50
|
+
# == Requests support
|
51
|
+
#
|
52
|
+
# Adds convenient methods to request Spree's controllers
|
53
|
+
# spree_get :index
|
54
|
+
config.include Spree::TestingSupport::ControllerRequests, type: :controller
|
55
|
+
|
50
56
|
# == Mock Framework
|
51
57
|
#
|
52
58
|
# If you prefer to use mocha, flexmock or RR, uncomment the appropriate line:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spree_cmd
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Mar
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-07-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|