gemstub 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -48,7 +48,7 @@ desc 'Run specifications'
48
48
  Spec::Rake::SpecTask.new(:default) do |t|
49
49
  opts = File.join(File.dirname(__FILE__), "test", 'spec.opts')
50
50
  t.spec_opts << '--options' << opts if File.exists?(opts)
51
- t.spec_files = Dir.glob('test/**/*_spec.rb')
51
+ t.spec_files = Dir.glob('spec/**/*_spec.rb')
52
52
  end
53
53
 
54
54
  desc 'regenerate the gemspec'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gemstub
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Bates