The spec tag has no wiki summary.
1
vote
0answers
65 views
What are the format specifiers I can use?
I'm using code::blocks with windows to program in c. Lately, I've hit a few problems trying to find out the addresses and values stored in the addresses of floats, long longs, etc. I've figured out ...
0
votes
1answer
24 views
Installation issue while packaging for Fedora
I'm currently packaging my program (roboJournal) for Fedora 18. When I start rpmbuild, my app compiles correctly but the process always fails at the installation step and no RPM packages are created. ...
3
votes
1answer
66 views
Erlang: Is there a way to “inherit” in a -spec?
Is there a way to "inherit" specifications in a -spec in Erlang?
Let me give an example:
I'm writing a typical convenience function like:
start_link(Opts) -> gen_server:start_link(?MODULE, ...
3
votes
2answers
110 views
How does Java find a specification implementation?
I don't understand how java knows an implementation of any spec..
For example, I have a Spring App with JSF, if I place the Mojarra jar on classpath the app works, but I have not done nothing but ...
1
vote
2answers
47 views
Spec for handling of HTML entities in a[href]
I'm looking for a spec on handling HTML entities in the href attribute of <a> tags. So far, no luck (I might be searching for something too specific).
In detail:
The bug I'm trying to fix is ...
0
votes
1answer
62 views
Rails RSpec MHart's tutorial user delete link
I've been running through M.Hart's Rails tutorial. In one of the sections you implement delete links on the user index page, for each user that isn't your own; providing you are an admin user. I also ...
0
votes
0answers
30 views
How to compile CPU SPEC 2006 with a generated profile
I do created a SPEC config file, where I added CFLAGS -fprofile-generate to create a binary for profile purpose.
After that I run test to create a profile (.gcda files).
For the final build I would ...
1
vote
1answer
56 views
Config spec in ClearCase
I have tiny question about ClearCase. Help me please! When does config spec start to work? When I click CHECK OUT or CHECK IN ? I have test.c and I have config spec
element * CHECKEDOUT
element * ...
2
votes
2answers
60 views
Prompt max length
Using prompt() I am generating some html to and need to know the maximum length that I can put in the popup.
I can't find anything in the spec about this, wondering if someone can help
0
votes
1answer
19 views
rspec validation with unless
brief.rb
# encoding: utf-8
class Brief < ActiveRecord::Base
belongs_to :project
validates_numericality_of :duration, :only_integer => true, :less_than_or_equal_to => 15, ...
0
votes
1answer
81 views
factory girl nested attributes
In rails console,I run this command
bill = Bill.last
bill.bill_extras
The result is like that.
[#<BillExtra id: 141, bill_id: 621, content: "extra fee", prize: ...
0
votes
1answer
29 views
Capybara generates tests in /test instead of /spec
I try to use Capybara with rspec. I have installed version 1.1.2.
rails generate integration_test application
Unfortunately this is invoking test_unit and generates files in test instead of spec. ...
0
votes
1answer
38 views
Making Feature specs less erratic/brittle
I am writing features specs to ensure that my app's Add Task behavior is functioning properly. I've ran the same spec multiple times without editing the code at all, and occasionally one or both of ...
0
votes
0answers
69 views
What are the specs for a HTTP web proxy?
I'm currently developing a benchmarking framework that needs to request through a web proxy. The framework is using node.js, and the recommendation to request using node is shown in this post.
...
0
votes
1answer
41 views
how to write spec for responsive website?
I'm about to write spec to responsive website that has web, tablet and mobile versions.
this is the first spec I'm writing to responsive site, and I'm not sure which format would be the best ...
0
votes
2answers
69 views
setting up controller for test
i'm trying to write a functional test for my controller in rubymotion using bacon.
in my controller i have some code that populates some data:
def viewWillAppear(animated)
song_text.text = ...
0
votes
1answer
159 views
Why Guard (rspec) stops working on jruby
I can't get Guard working on jruby. I have jruby inistalled via rvm next to 1.9.3. Tried to run Guard on 1.9.3 - works fine. How can I make it run spec automatically on every change in spec or lib?
...
0
votes
2answers
94 views
rpm spec to only install certain files based on system criteria
I have an RPM I build which unpacks a bunch of scripts I use across three different types of systems. I am trying to add a fourth system type which only needs a subset of the files packaged in the ...
0
votes
0answers
13 views
Script for alertin reboot when crashkernel value is updated
I want to write a shell script such that
when a I update the crashkernel value in my spec file, I need to spring an alert message for reboot. How can I do that ?
0
votes
0answers
22 views
I cannot get any action specs working with a particular app/most apps on the action spec preview tool
I'm using the action spec preview too to try to see how stories will appear when published to the users timeline/ticker, etc. I'm using the following action spec:
...
0
votes
1answer
96 views
rpmbuild %pre does not work
"%pre – This is where code is run before the install scripts run."
this section does not work for me .
I got a spec file from “http://repo.andrewfarley.com/centos/specs/zabbix.spec” . every thing is ...
1
vote
2answers
301 views
Can't get same origin iframe body on IE10?
I've created a page with an empty iframe on it. I can then select the iframe document and navigate to it's body:
var iframe = document.getElementsByTagName('iframe')[0];
var doc = ...
0
votes
1answer
56 views
it-block does not accept extra javascript argument anymore
I got a strange problem with minitest and capybara.
I am using rails 3.2.8 and test with minitest/capybara/poltergeist. Until now every went fine. I always could test my javascript stuff.
For a new ...
0
votes
1answer
112 views
%ifarch macro in spec file
What's the result of "%ifarch" macro in spec file. To build a package we have to pass "--target " (say i386) to rpmbuild as one parameter. If so, is the value of %ifarch will become i386. Otherwise ...
-3
votes
2answers
39 views
What is Spec Folder in Orchard CMS solution explorer? [closed]
I am new in Orchard CMS and I want to know about the structure code of this CMS.do you know about Spec Folder in Orchard CMS solution explorer?
what is that?
0
votes
0answers
20 views
How to set OracleJDK 6 as preReq in a SPEC file of RPM ?
PreReq can be set to OpenJDK but not an OracleJDK
how can we do that ?
and if not OracleJDK6 then how can we set it to OpenJDK6 ?
2
votes
2answers
177 views
Dynamic RSpec spec generation
I'd like to generate a series of specs dynamically based on an external data source. Specifically, I have a Google Spreadsheet that's downloaded, and each row in the spreadsheet should be used for its ...
2
votes
1answer
228 views
Reassing values to %define variables in spec file - RPM
When we define variables using the
%define tag in a spec file to build an RPM using the rpmbuild command ... is it possible to update its value on %pre and use it later on ?
1
vote
1answer
64 views
Is there any way to verify some settings before installation in SPEC file and quit if not correct?
There are some more things that the 'Requires' tag does not satisfy.
So i wrote a script to verify these things but where do i place them ?
and if not found then i want to quit installation prompting ...
0
votes
1answer
75 views
Question mark and exclamation point syntax in srpm spec file
I'm trying to understand how the Postgres 9.1 rpms are built on CentOS/RHEL 6, so I'm taking a look at the spec file from the source rpms.
What does the following syntax do/mean? Specifically, the ...
1
vote
0answers
80 views
git id in rpm spec summary to populate from %prep
in my rpm spec's %prep section I'm doing
if [ -d target ] ; then
git pull;
else
git clone;
fi
pushd target
%define _gitVer %(git rev-parse HEAD)
and want this in my rpm summary ...
3
votes
2answers
59 views
Can I use Spec to build user interfaces in Seaside?
I have noted in the examples package 'Spec-Examples-PolyWidgets' that is possible to build user interfaces using Polymorph. Could do the same for the Seaside web framework?
0
votes
1answer
43 views
How to specify the workload to run on a SPEC CPU 2006 benchmark?
I'm currently trying to benchmark a new FDO toolchain with SPEC CPU 2006.
Some benchmarks are run with several workloads. For instance 473.astar is run with rivers and BigLakes.
When I use FDO on ...
3
votes
1answer
55 views
Open Source Specification of the APL Language? [closed]
Ruby has Ruby Spec.
Does APL have anything (open source) close to this available? A list of expected inputs and outputs atleast?
0
votes
0answers
94 views
rpm build:spec file display message at client
i want to print message at client side at time of uninstall like if error then i always print and if it is simple message like rpm uninstall successfully then it is optional .client use the option -v ...
2
votes
1answer
74 views
Clearcase - Get latest version of a file undependent of branch
Is there a way to make a config spec, to get the latest version of all files?
What i really want to do is to look at the date of each file, and take the file wich was most recently modified. (Even if ...
0
votes
1answer
262 views
RPM Spec file installed but unpackaged files in the %doc directive
I am trying to create a .spec file, and I put ChangeLog, README, INSTALL, COPYING, NEWS, AUTHORS in the %doc directive right under the %file directive. The package tarname is recafoh-prealpha and the ...
2
votes
1answer
76 views
MinitTest Spec confusion over second parameter
I'm new to BDD and I'm trying to play with MiniTest Spec:
require 'minitest/spec'
require 'minitest/autorun'
class Car
attr_accessor :type
def initialize(type)
@type = 'petrol'
end
end
...
0
votes
0answers
51 views
Add obsoletes/conflicts fields to debuginfo RPM package?
Going through a package name change, so all my new packages (eg newlib, newlib-devel, etc) obsolete and conflict with the old packages (eg oldlib, oldlib-devel).
The -debuginfo package however is ...
0
votes
0answers
27 views
rubymotion spec build fails, but regular build works perfectly
I've created an example project to illustrate this problem. It's simple. I create a UIScrollView with paging enabled that has a contentSize twice the width of the screen. So you can flick back and ...
1
vote
2answers
217 views
Passing format as parameter to rake spec
My question is similar to this , where they want to override rake spec's output format. The resolution to that question is to use the .rspec config file, which is limiting. I would like this to be a ...
2
votes
1answer
26 views
How to log in as a user in user_controller_spec?
A person is not allowed to look at the users page unless they are an admin. Hence users cannot leave the home page if they aren't logged in. In the user_controller_spec we have several tests on ...
0
votes
2answers
88 views
Jasmine coffeescript Clock not effective
I am getting no joy from my jasmine.Clock. My expectation is that the code will mock out the clock object and will trigger setTimeout events upon setting the tick past the specified intervals in the ...
1
vote
1answer
119 views
Specification By Example: how to manage low level details [closed]
I need advice of an expert in BDD/ATTD/Specification by example.
(Sorry for a long essay, I didn't know how to express the problem in a fewer words)
Problem description
We've been working on a ...
0
votes
1answer
357 views
`subject': wrong number of arguments (1 for 0) (ArgumentError) Using Capybara
I'm simply trying to test my user model.
The error comes from testing this bit.
describe User do
before do
@user = User.new(email: "foo@bar.com", password:"foobar",
...
1
vote
2answers
233 views
Rails generators not generating the proper test templates
My project lives here: https://github.com/jonesdeini/ICanHazSandvich
I'm getting setup using minitest-rails add I can't get the generators to generate the correct test templates.
from my ...
0
votes
1answer
134 views
parsing the values from the json file in Ruby
This is a sample.json file as follows
{
"name": "Jack (\"Bee\") Nimble",
"format": {
"shape": "rect",
"width": 1920,
"height": 1080,
"interlace": false,
"framerate": 24
}
}
In ...
0
votes
1answer
71 views
Spec causes Ruby to crash
so I'm testing one of my Rails models, but the system's Ruby keeps crashing? This has occurred with Growl before, but never the System's ruby. I've restarted already and it's still occurring. I'm ...
1
vote
2answers
285 views
Convert a spec file to debian
We are migrating our servers from CentOS to ubuntu. For a self written application we created a spec file to create RPM's for easy installation on CentOS. Now we want to convert it to the debian ...
0
votes
1answer
143 views
Cucumber (with watir-webdriver): undefined method `confirmation_token'
How cann I use confirmation token in cucumber? I need this to test a registration without to check an e-mail.
My code:
@b.text_field(:name => 'profile[prename]').set 'Kurt'
...
