search for: testthi

Displaying 2 results from an estimated 2 matches for "testthi".

Did you mean: testthis
2012 Sep 21
0
rspec testing - what am I missing?
...e is something amiss with what I am doing. I believe the following should work. puppetlabs_spec_helper (0.3.0) rspec (2.11.0) rspec-core (2.11.1) rspec-expectations (2.11.2) rspec-mocks (2.11.1) rspec-puppet (0.1.4) . ├── manifests │   └── init.pp ├── Rakefile └── spec ├── classes │   └── testthis_spec.rb ├── defines ├── fixtures │   ├── manifests │   │   └── site.pp │   └── modules │   └── testthis │   └── manifests -> ../../../../manifests ├── functions ├── hosts └── spec_helper.rb $ cat manifests/init.pp class testthis { noti...
2005 Mar 02
2
.ps and .pdf page size differences in FC vs. Debian
...f Notice how the graph extends beyond the paper on the right side of each page. The command I am running from the terminal is: R <baseballsalary.R >output --vanilla -q I then read about postscript() in the documentation, so I found this sequence to be successful: > postscript("testthis.ps", paper='letter') [...run all my same R code here...] > dev.off() > q() and then run ps2pdf testthis.ps to create the plots as I intended on US letter: http://penguinsolutions.org/math108/Rexamples/testthis.pdf Notice that the graphs do not extend beyond the edge of US...