Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timhall committed Oct 25, 2014
1 parent a1e8d63 commit 88f981b
Show file tree
Hide file tree
Showing 17 changed files with 12 additions and 12 deletions.
Binary file modified Excel-TDD - Blank - Inline.xlsm
Binary file not shown.
Binary file modified Excel-TDD - Blank.xlsm
Binary file not shown.
2 changes: 1 addition & 1 deletion build/dev.vbs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Main
Sub Main()
' On Error Resume Next

PrintLn "Excel-TDD v1.3.0 Development"
PrintLn "Excel-TDD v1.3.1 Development"

ExcelWasOpen = OpenExcel(Excel)

Expand Down
Binary file modified examples/Excel-TDD - Example - Inline.xlsm
Binary file not shown.
Binary file modified examples/Excel-TDD - Example - Runner.xlsm
Binary file not shown.
Binary file modified specs/Excel-TDD - Specs.xlsm
Binary file not shown.
2 changes: 1 addition & 1 deletion src/BlankIWBProxy.cls
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Attribute VB_Creatable = False
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = False
''
' BlankIWBProxy v1.3.0
' BlankIWBProxy v1.3.1
' (c) Tim Hall - https://github.com/timhall/Excel-TDD
'
' Blank implementation of IWBProxy
Expand Down
2 changes: 1 addition & 1 deletion src/DisplayRunner.bas
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Attribute VB_Name = "DisplayRunner"
''
' DisplayRunner v1.3.0
' DisplayRunner v1.3.1
' (c) Tim Hall - https://github.com/timhall/Excel-TDD
'
' Runner with sheet output
Expand Down
2 changes: 1 addition & 1 deletion src/IScenario.cls
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Attribute VB_Creatable = False
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = True
''
' IScenario v1.3.0
' IScenario v1.3.1
' (c) Tim Hall - https://github.com/timhall/Excel-TDD
'
' Interface for creating and running scenarios on workbooks
Expand Down
2 changes: 1 addition & 1 deletion src/IWBProxy.cls
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Attribute VB_Creatable = False
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = True
''
' IWBProxy v1.3.0
' IWBProxy v1.3.1
' (c) Tim Hall - https://github.com/timhall/Excel-TDD
'
' Interface for generic workbook proxies
Expand Down
2 changes: 1 addition & 1 deletion src/InlineRunner.bas
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Attribute VB_Name = "InlineRunner"
''
' InlineRunner v1.3.0
' InlineRunner v1.3.1
' (c) Tim Hall - https://github.com/timhall/Excel-TDD
'
' Runner for outputting results of specs to Immediate window
Expand Down
2 changes: 1 addition & 1 deletion src/Scenario.cls
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Attribute VB_Creatable = False
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = True
''
' Scenario v1.3.0
' Scenario v1.3.1
' (c) Tim Hall - https://github.com/timhall/Excel-TDD
'
' Generic implementation of scenario
Expand Down
2 changes: 1 addition & 1 deletion src/SpecDefinition.cls
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Attribute VB_Creatable = False
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = True
''
' SpecDefinition v1.3.0
' SpecDefinition v1.3.1
' (c) Tim Hall - https://github.com/timhall/Excel-TDD
'
' Provides helpers and acts as workbook proxy
Expand Down
2 changes: 1 addition & 1 deletion src/SpecExpectation.cls
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Attribute VB_Creatable = False
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = True
''
' SpecExpectation v1.3.0
' SpecExpectation v1.3.1
' (c) Tim Hall - https://github.com/timhall/Excel-TDD
'
' Provides various tests that can be performed for a provided value
Expand Down
2 changes: 1 addition & 1 deletion src/SpecHelpers.bas
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Attribute VB_Name = "SpecHelpers"
''
' SpecHelpers v1.3.0
' SpecHelpers v1.3.1
' (c) Tim Hall - https://github.com/timhall/Excel-TDD
'
' General utilities for specs
Expand Down
2 changes: 1 addition & 1 deletion src/SpecSuite.cls
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Attribute VB_Creatable = False
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = True
''
' SpecSuite v1.3.0
' SpecSuite v1.3.1
' (c) Tim Hall - https://github.com/timhall/Excel-TDD
'
' A collection of specs with the workbook that they act on
Expand Down
2 changes: 1 addition & 1 deletion src/WBProxy.cls
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Attribute VB_Creatable = False
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = True
''
' WBProxy v1.3.0
' WBProxy v1.3.1
' (c) Tim Hall - https://github.com/timhall/Excel-TDD
'
' Generic implementation of workbook proxy
Expand Down

0 comments on commit 88f981b

Please sign in to comment.