Issue #1834 has been reported by masterzen.
----------------------------------------
Bug #1834: Failing tests in master
http://projects.reductivelabs.com/issues/show/1834
Author: masterzen
Status: Unreviewed
Priority: Low
Assigned to: masterzen
Category: testing
Target version: 0.25.0
Complexity: Trivial
Affected version: 0.25.0
Keywords: tests fail rails ruby
Hi,
There are some failing tests in master that appears:
* when you don't have rails installed
* when you run the spec tests with ruby 1.8.7 pl 72
For instance, the following pattern which is used in several place to get a
temporary filename:
<pre>
@path = Tempfile.new("file_server_testing")
@path.close!
@path = @path.path
</pre>
Returns nil with ruby 1.8.7pl72.
Some of the Rails confine are reversed too.
----------------------------------------
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://reductivelabs.com/redmine/my/account
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/puppet-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---