konacha-chai-matchers 0.1.5 → 0.1.6

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/VERSIONS CHANGED
@@ -1,16 +1,16 @@
1
1
  chai-spies: 0.5.1
2
2
  sinon-chai: 2.4.0
3
- chai-as-promised: 3.3.1
4
- chai-jquery: 1.1.1
3
+ chai-as-promised: 4.1.0
4
+ chai-jquery: 1.1.2
5
5
  chai-timers: 0.2.0
6
6
  chai-stats: 0.3.0
7
7
  chai-null: 0.1.0
8
8
  chai-factories: 0.1.0
9
- chai-changes: 1.3.2
9
+ chai-changes: 1.3.3
10
10
  chai-backbone: 0.9.2
11
11
  js-factories: 1.0.1
12
- mocha-as-promised: 1.4.0
12
+ mocha-as-promised: 1.4.1
13
13
  chai-things: 0.2.0
14
- chai-fuzzy: 1.3.0
14
+ chai-fuzzy: 1.4.0
15
15
  sinon: 1.7.3
16
16
  memo-is: 0.0.2
@@ -42,6 +42,10 @@ module Konacha
42
42
  private
43
43
 
44
44
  def determine_file_from_suggestion filename
45
+ unless filename
46
+ puts "unable to determine main filename for #@name"
47
+ return
48
+ end
45
49
  file_search = filename.downcase
46
50
  file_search << '.js' unless file_search =~ /\.js$/
47
51
 
@@ -1,7 +1,7 @@
1
1
  module Konacha
2
2
  module Chai
3
3
  module Matchers
4
- VERSION = "0.1.5"
4
+ VERSION = "0.1.6"
5
5
  end
6
6
  end
7
7
  end