api_user_auth 0.1.2 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,6 +9,7 @@ abort("The Rails environment is running in production mode!") if Rails.env.produ
9
9
  require 'rspec/rails'
10
10
  # Add additional requires below this line. Rails is not loaded until this point!
11
11
  Dir[File.expand_path('../support/**/*.rb', __FILE__)].each { |f| require f }
12
+ Dir[File.expand_path('../stubs/**/*.rb', __FILE__)].each { |f| require f }
12
13
 
13
14
  # Requires supporting ruby files with custom matchers and macros, etc, in
14
15
  # spec/support/ and its subdirectories. Files matching `spec/**/*_spec.rb` are
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: api_user_auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex M