best_in_placeish 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,23 +1,23 @@
1
- # Configure Rails Envinronment
2
- ENV["RAILS_ENV"] = "test"
3
-
4
- require File.expand_path('../../test_app/config/environment', __FILE__)
5
- require "rspec/rails"
6
- require "nokogiri"
7
-
8
- # Load support files
9
- Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each{|f| require f}
10
-
11
- RSpec.configure do |config|
12
- # Remove this line if you don't want RSpec's should and should_not
13
- # methods or matchers
14
- require 'rspec/expectations'
15
-
16
- config.include RSpec::Matchers
17
- config.include BestInPlace::TestHelpers
18
-
19
- # == Mock Framework
20
- config.mock_with :rspec
21
- end
22
-
23
- Capybara.default_wait_time = 5
1
+ # Configure Rails Envinronment
2
+ ENV["RAILS_ENV"] = "test"
3
+
4
+ require File.expand_path('../../test_app/config/environment', __FILE__)
5
+ require "rspec/rails"
6
+ require "nokogiri"
7
+
8
+ # Load support files
9
+ Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each{|f| require f}
10
+
11
+ RSpec.configure do |config|
12
+ # Remove this line if you don't want RSpec's should and should_not
13
+ # methods or matchers
14
+ require 'rspec/expectations'
15
+
16
+ config.include RSpec::Matchers
17
+ config.include BestInPlace::TestHelpers
18
+
19
+ # == Mock Framework
20
+ config.mock_with :rspec
21
+ end
22
+
23
+ Capybara.default_wait_time = 5
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: best_in_placeish
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 4
10
- version: 0.2.4
9
+ - 5
10
+ version: 0.2.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Bernat Farrero
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-12-26 00:00:00 -05:00
18
+ date: 2012-01-25 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -97,8 +97,6 @@ files:
97
97
  - Gemfile
98
98
  - README.md
99
99
  - Rakefile
100
- - best_in_placeish-0.2.2.gem
101
- - best_in_placeish-0.2.3.gem
102
100
  - best_in_placeish.gemspec
103
101
  - lib/best_in_placeish.rb
104
102
  - lib/best_in_placeish/display_methods.rb
Binary file
Binary file