dcrec1-rspec-vraptor 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Rakefile CHANGED
@@ -5,7 +5,7 @@ require 'rake/gempackagetask'
5
5
  require 'spec/rake/spectask'
6
6
 
7
7
  GEM = "rspec-vraptor"
8
- GEM_VERSION = "0.2.1"
8
+ GEM_VERSION = "0.2.2"
9
9
  SUMMARY = "RSpec for VRaptor Sexy URLs"
10
10
  AUTHOR = "Diego Carrion"
11
11
  EMAIL = "dc.rec1@gmail.com"
@@ -26,7 +26,7 @@ class MockedHttpRequest
26
26
  end
27
27
 
28
28
  def get_context_path
29
- "myapp"
29
+ ""
30
30
  end
31
31
 
32
32
  def get_server_name
@@ -34,7 +34,7 @@ class MockedHttpRequest
34
34
  end
35
35
 
36
36
  def get_server_port
37
- 80
37
+ 8080
38
38
  end
39
39
 
40
40
  def get_parameter_map
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dcrec1-rspec-vraptor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Diego Carrion