This commit is contained in:
Thomas Breloff 2015-09-10 16:46:52 -04:00
parent c6ddbf9174
commit 8b40d5e867

View File

@ -7,7 +7,7 @@ using FactCheck
facts("Qwt") do facts("Qwt") do
plotDefault!(:show, false) plotDefault!(:show, false)
@fact plotter!(:qwt) --> nothing @fact plotter!(:qwt) --> Plots.QwtPackage()
@fact plotter() --> Plots.QwtPackage() @fact plotter() --> Plots.QwtPackage()
@fact typeof(plot(1:10)) --> Plot @fact typeof(plot(1:10)) --> Plot
@ -57,7 +57,7 @@ facts("Qwt") do
end end
facts("Gadfly") do facts("Gadfly") do
@fact plotter!(:gadfly) --> nothing @fact plotter!(:gadfly) --> Plots.GadflyPackage()
@fact plotter() --> Plots.GadflyPackage() @fact plotter() --> Plots.GadflyPackage()
@fact typeof(plot(1:10)) --> Plot @fact typeof(plot(1:10)) --> Plot
end end