This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feature: line number appended to file path | |
To run a single example or group, you can append the line number to the path, e.g. | |
rspec path/to/example_spec.rb:37 | |
Background: | |
Given a file named "example_spec.rb" with: | |
""" | |
describe "outer group" do |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Helpery pożyczone z projektu 'russian' | |
module LocalizationHelper | |
# Ułatwia wypisywanie komunikatów zależnych od wartości liczbowych | |
# | |
# Użycie: | |
# pluralize(1, "piłka", "piłki", "piłek") # => "piłka" | |
# pluralize(2, "piłka", "piłki", "piłek") # => "piłki" | |
# pluralize(21, "piłka", "piłki", "piłek") # => "piłek" | |
# pluralize(4.12, "piłka", "piłki", "piłek", "piłki") # => "piłki" | |
# pluralize(200, "# but", "# buty", "# butów") # => "200 butów" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0'?> | |
<!DOCTYPE signatures SYSTEM "file://localhost/System/Library/DTDs/BridgeSupport.dtd"> | |
<signatures version='0.9'> | |
<depends_on path='/System/Library/Frameworks/Foundation.framework'/> | |
<depends_on path='/System/Library/Frameworks/AppKit.framework'/> | |
<depends_on path='/System/Library/Frameworks/SystemConfiguration.framework'/> | |
<depends_on path='/System/Library/Frameworks/CoreServices.framework'/> | |
<depends_on path='/System/Library/Frameworks/CoreFoundation.framework'/> | |
<constant name='LFHTTPRequestConnectionError' type='@'/> | |
<constant name='LFHTTPRequestDefaultTimeoutInterval' type='d'/> |
NewerOlder