Skip to content

Commit

Permalink
auto open for amir #222
Browse files Browse the repository at this point in the history
  • Loading branch information
lefthandedgoat committed Nov 13, 2015
1 parent 8729403 commit cba1b33
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/canopy/configuration.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module canopy.configuration
[<AutoOpen>]
module canopy.configuration
open reporters
open System

Expand Down
3 changes: 2 additions & 1 deletion src/canopy/runner.fs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module canopy.runner
[<AutoOpen>]
module canopy.runner

open System
open configuration
Expand Down
1 change: 1 addition & 0 deletions src/canopy/types.fs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[<AutoOpen>]
module canopy.types

open System
Expand Down
3 changes: 0 additions & 3 deletions tests/basictests/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ module main
open System
open OpenQA.Selenium
open canopy
open runner
open configuration
open reporters
open types

start chrome
let mainBrowser = browser
Expand Down

0 comments on commit cba1b33

Please sign in to comment.